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 HT2","sku":"11770-100AR729","price":"525.53","quantity":4,"variant":"","category":"tires","brand_name":"Runway","position":1,"coupon":"","custom_attributes":{"is_sidewall":"Outlined White Letters","tread_type":"All Season","diameter":"16","load_index":"123","speed_rating":"R","is_deal":false}}],
transaction_attrs: {},
custom_attrs: {
is_add_on: false
}
})
$store.analytics.sendDataToKlavio({
quantity: totalQuantity(),
product_data: {"id":53247,"price":"525.53","is_package":null,"ply_name":"10 Ply (E)","properties":{"size":{"title":"Size","value":"LT265/75R16 E 123/120R"},"tread_type":{"title":"Tread Type","value":"All Season"},"sidewall":{"title":"Sidewall","value":"Outlined White Letters"},"speed_rating":{"title":"Speed Rating","value":"R"},"load_index":{"title":"Load Index","value":"123"},"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":"All Season","format":{}},"speed_rating":{"key":"SpeedRating","title":"Speed Rating","tooltip_title":"The maximum speed capability of the tire on a vehicle.","value":"R","format":{}},"load_index":{"key":"LoadIndexSingle","title":"Load Index","tooltip_title":"The maximum load (weight) rating capacity of a tire.","value":"123","format":{}},"sidewall":{"key":"Sidewall","title":"Sidewall","tooltip_title":"The appearance of the side of a tire.","value":"Outlined White Letters","format":{}},"size_desc":{"key":"Size","title":"Size","value":"LT265/75R16 E 123/120R","format":{}},"max_load":{"key":"SingleMaxLoad","title":"Max. Load","format":{},"value":"3415 lbs"},"max_inflation_pressure":{"key":"SingleMaxPSI","title":"Max. Inflation Pressure","format":{},"value":"80 psi"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"13.0/32\""},"rim_width_range":{"title":"Rim Width Range","value":"7.0 - 8.0\"","format":{}},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"10.5\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"31.70\""}},"features":[],"description":[],"warranties":[{"type":"mile_warranty","condition":"40,000","text":"40,000 Mile Warranty"}],"additional_benefits":[{"name":"40,000 Mile Warranty","image":"https://d19pbi8vkdue6m.cloudfront.net/products/warranty-opacity.svg","active_image":"https://d19pbi8vkdue6m.cloudfront.net/products/warranty-opacity.svg","condition":true}],"url":"/products/runway-lt265-75r16-e-100ar729-tires","image_url":"https://edge.tiresync.com/himages/tire_images/Runway/ru_enduro_ht2_l.jpg","brand_name":"Runway","model_name":"Enduro HT2","affiliate_domain":"","order_value":"0.00","size_desc":"LT265/75R16 E 123/120R","sku":"11770-100AR729","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock","name":"Runway - Enduro HT2 - 100AR729"},
...{"orderTotal":"0.00","lineItems":null}
})
$store.analytics.gtag({
eventType: 'add_to_cart',
quantity: { front: front.quantity },
products: [{"id":53247,"price":"525.53","is_package":null,"ply_name":"10 Ply (E)","properties":{"size":{"title":"Size","value":"LT265/75R16 E 123/120R"},"tread_type":{"title":"Tread Type","value":"All Season"},"sidewall":{"title":"Sidewall","value":"Outlined White Letters"},"speed_rating":{"title":"Speed Rating","value":"R"},"load_index":{"title":"Load Index","value":"123"},"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":"All Season","format":{}},"speed_rating":{"key":"SpeedRating","title":"Speed Rating","tooltip_title":"The maximum speed capability of the tire on a vehicle.","value":"R","format":{}},"load_index":{"key":"LoadIndexSingle","title":"Load Index","tooltip_title":"The maximum load (weight) rating capacity of a tire.","value":"123","format":{}},"sidewall":{"key":"Sidewall","title":"Sidewall","tooltip_title":"The appearance of the side of a tire.","value":"Outlined White Letters","format":{}},"size_desc":{"key":"Size","title":"Size","value":"LT265/75R16 E 123/120R","format":{}},"max_load":{"key":"SingleMaxLoad","title":"Max. Load","format":{},"value":"3415 lbs"},"max_inflation_pressure":{"key":"SingleMaxPSI","title":"Max. Inflation Pressure","format":{},"value":"80 psi"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"13.0/32\""},"rim_width_range":{"title":"Rim Width Range","value":"7.0 - 8.0\"","format":{}},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"10.5\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"31.70\""}},"features":[],"description":[],"warranties":[{"type":"mile_warranty","condition":"40,000","text":"40,000 Mile Warranty"}],"additional_benefits":[{"name":"40,000 Mile Warranty","image":"https://d19pbi8vkdue6m.cloudfront.net/products/warranty-opacity.svg","active_image":"https://d19pbi8vkdue6m.cloudfront.net/products/warranty-opacity.svg","condition":true}],"url":"/products/runway-lt265-75r16-e-100ar729-tires","image_url":"https://edge.tiresync.com/himages/tire_images/Runway/ru_enduro_ht2_l.jpg","brand_name":"Runway","model_name":"Enduro HT2","affiliate_domain":"","order_value":"0.00","size_desc":"LT265/75R16 E 123/120R","sku":"11770-100AR729","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock","name":"Runway - Enduro HT2 - 100AR729"}],
})
$store.add_to_cart.disabled = true
$store.cart.actions.createLineItem([{ variant_id: 53247, quantity: front.quantity, type: 'tire' }])
}">
Out Of Stock