1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
window.mp.addToCart({
products: [{"name":"Enduro A/T","sku":"9746-100AR030","price":"557.18","quantity":4,"variant":"","category":"tires","brand_name":"Runway","position":1,"coupon":"","custom_attributes":{"is_sidewall":"Blackwall","tread_type":"On/Off Road","diameter":"16","load_index":"120","speed_rating":"S","is_deal":false}}],
transaction_attrs: {},
custom_attrs: {
is_add_on: false
}
})
$store.analytics.sendDataToKlavio({
quantity: totalQuantity(),
product_data: {"id":53176,"price":"557.18","is_package":null,"ply_name":"10 Ply (E)","properties":{"size":{"title":"Size","value":"LT235/85R16 E 120/116S"},"tread_type":{"title":"Tread Type","value":"On/Off Road"},"sidewall":{"title":"Sidewall","value":"Blackwall"},"speed_rating":{"title":"Speed Rating","value":"S"},"load_index":{"title":"Load Index","value":"120"},"diameter":{"title":"Diameter","value":"16"}},"specification":{"tread_type":{"key":"TreadType","title":"Tread Type","tooltip_title":"This describes how the tread is designed. Each design serves a different purpose depending on features and the terrain it's meant to be driven on.","value":"On/Off Road","format":{}},"speed_rating":{"key":"SpeedRating","title":"Speed Rating","tooltip_title":"The maximum speed capability of the tire on a vehicle.","value":"S","format":{}},"load_index":{"key":"LoadIndexSingle","title":"Load Index","tooltip_title":"The maximum load (weight) rating capacity of a tire.","value":"120","format":{}},"sidewall":{"key":"Sidewall","title":"Sidewall","tooltip_title":"The appearance of the side of a tire.","value":"Blackwall","format":{}},"size_desc":{"key":"Size","title":"Size","value":"LT235/85R16 E 120/116S","format":{}},"max_load":{"key":"SingleMaxLoad","title":"Max. Load","format":{},"value":"3042 lbs"},"max_inflation_pressure":{"key":"SingleMaxPSI","title":"Max. Inflation Pressure","format":{},"value":"80 psi"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"17.0/32\""},"rim_width_range":{"title":"Rim Width Range","value":"6.0 - 7.0\"","format":{}},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"9.0\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"31.70\""}},"features":[],"description":[],"warranties":[],"additional_benefits":[],"url":"/products/runway-lt235-85r16-e-100ar030-tires","image_url":"https://edge.tiresync.com/himages/tire_images/Runway/ru_enduro_at_l.jpg","brand_name":"Runway","model_name":"Enduro A/T","affiliate_domain":"","order_value":"0.00","size_desc":"LT235/85R16 E 120/116S","sku":"9746-100AR030","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock"},
...{"orderTotal":"0.00","lineItems":null}
})
$store.analytics.gtag({
eventType: 'add_to_cart',
quantity: { front: front.quantity },
products: [{"id":53176,"price":"557.18","is_package":null,"ply_name":"10 Ply (E)","properties":{"size":{"title":"Size","value":"LT235/85R16 E 120/116S"},"tread_type":{"title":"Tread Type","value":"On/Off Road"},"sidewall":{"title":"Sidewall","value":"Blackwall"},"speed_rating":{"title":"Speed Rating","value":"S"},"load_index":{"title":"Load Index","value":"120"},"diameter":{"title":"Diameter","value":"16"}},"specification":{"tread_type":{"key":"TreadType","title":"Tread Type","tooltip_title":"This describes how the tread is designed. Each design serves a different purpose depending on features and the terrain it's meant to be driven on.","value":"On/Off Road","format":{}},"speed_rating":{"key":"SpeedRating","title":"Speed Rating","tooltip_title":"The maximum speed capability of the tire on a vehicle.","value":"S","format":{}},"load_index":{"key":"LoadIndexSingle","title":"Load Index","tooltip_title":"The maximum load (weight) rating capacity of a tire.","value":"120","format":{}},"sidewall":{"key":"Sidewall","title":"Sidewall","tooltip_title":"The appearance of the side of a tire.","value":"Blackwall","format":{}},"size_desc":{"key":"Size","title":"Size","value":"LT235/85R16 E 120/116S","format":{}},"max_load":{"key":"SingleMaxLoad","title":"Max. Load","format":{},"value":"3042 lbs"},"max_inflation_pressure":{"key":"SingleMaxPSI","title":"Max. Inflation Pressure","format":{},"value":"80 psi"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"17.0/32\""},"rim_width_range":{"title":"Rim Width Range","value":"6.0 - 7.0\"","format":{}},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"9.0\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"31.70\""}},"features":[],"description":[],"warranties":[],"additional_benefits":[],"url":"/products/runway-lt235-85r16-e-100ar030-tires","image_url":"https://edge.tiresync.com/himages/tire_images/Runway/ru_enduro_at_l.jpg","brand_name":"Runway","model_name":"Enduro A/T","affiliate_domain":"","order_value":"0.00","size_desc":"LT235/85R16 E 120/116S","sku":"9746-100AR030","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock"}],
})
$store.add_to_cart.disabled = true
$store.cart.actions.createLineItem([{ variant_id: 53176, quantity: front.quantity, type: 'tire' }])
}">
Out Of Stock