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":"SUV","sku":"12784-1952318645","price":"562.86","quantity":4,"variant":"","category":"tires","brand_name":"Advanta","position":1,"coupon":"","custom_attributes":{"is_sidewall":"Outlined Black Letters","tread_type":null,"diameter":"18","load_index":"104","speed_rating":"S","is_deal":false}}],
transaction_attrs: {},
custom_attrs: {
is_add_on: false
}
})
$store.analytics.sendDataToKlavio({
quantity: totalQuantity(),
product_data: {"id":36,"price":"562.86","is_package":null,"ply_name":null,"properties":{"size":{"title":"Size","value":"P245/60R18 104S"},"sidewall":{"title":"Sidewall","value":"Outlined Black Letters"},"speed_rating":{"title":"Speed Rating","value":"S"},"load_index":{"title":"Load Index","value":"104"},"diameter":{"title":"Diameter","value":"18"}},"specification":{"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":"104","format":{}},"sidewall":{"key":"Sidewall","title":"Sidewall","tooltip_title":"The appearance of the side of a tire.","value":"Outlined Black Letters","format":{}},"size_desc":{"key":"Size","title":"Size","value":"P245/60R18 104S","format":{}},"utqg":{"title":"UTQG","tooltip_title":"Stands for Uniform Tire Quality Grading. An industry standard that is used for passenger car tires to measures their treadwear, temperature resistance and traction.","value":"500 A B","format":{}},"treadwear":{"key":"UTQGWear","title":"Treadwear","tooltip_title":"The rate at which a tire wears when tested in a controlled environment.","format":{},"value":"500"},"traction":{"key":"UTQGTraction","title":"Traction","tooltip_title":"A rating of the ability of a tire to stop on wet pavement (asphalt or concrete) when measured in a controlled environment.","format":{},"value":"A"},"temprature":{"key":"UTQGTemp","title":"Temperature","tooltip_title":"A rating for tire resistance to the generation of heat at speed. Ratings are A, B, and C. A is considered the best, and only tires graded A or B are allowed to be sold in the USA","format":{},"value":"B"},"max_load":{"key":"SingleMaxLoad","title":"Max. Load","format":{},"value":"1984 lbs"},"max_inflation_pressure":{"key":"SingleMaxPSI","title":"Max. Inflation Pressure","format":{},"value":"44 psi"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"11.0/32\""},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"9.7\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"29.60\""}},"features":[],"description":[],"warranties":[],"additional_benefits":[],"url":"/products/advanta-p245-60r18-1952318645-tires","image_url":"https://s3.amazonaws.com/https://d19pbi8vkdue6m.cloudfront.net/default_tire.png","brand_name":"Advanta","model_name":"SUV","affiliate_domain":"","order_value":"0.00","size_desc":"P245/60R18 104S","sku":"12784-1952318645","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock","name":"Advanta - SUV - 1952318645"},
...{"orderTotal":"0.00","lineItems":null}
})
$store.analytics.gtag({
eventType: 'add_to_cart',
quantity: { front: front.quantity },
products: [{"id":36,"price":"562.86","is_package":null,"ply_name":null,"properties":{"size":{"title":"Size","value":"P245/60R18 104S"},"sidewall":{"title":"Sidewall","value":"Outlined Black Letters"},"speed_rating":{"title":"Speed Rating","value":"S"},"load_index":{"title":"Load Index","value":"104"},"diameter":{"title":"Diameter","value":"18"}},"specification":{"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":"104","format":{}},"sidewall":{"key":"Sidewall","title":"Sidewall","tooltip_title":"The appearance of the side of a tire.","value":"Outlined Black Letters","format":{}},"size_desc":{"key":"Size","title":"Size","value":"P245/60R18 104S","format":{}},"utqg":{"title":"UTQG","tooltip_title":"Stands for Uniform Tire Quality Grading. An industry standard that is used for passenger car tires to measures their treadwear, temperature resistance and traction.","value":"500 A B","format":{}},"treadwear":{"key":"UTQGWear","title":"Treadwear","tooltip_title":"The rate at which a tire wears when tested in a controlled environment.","format":{},"value":"500"},"traction":{"key":"UTQGTraction","title":"Traction","tooltip_title":"A rating of the ability of a tire to stop on wet pavement (asphalt or concrete) when measured in a controlled environment.","format":{},"value":"A"},"temprature":{"key":"UTQGTemp","title":"Temperature","tooltip_title":"A rating for tire resistance to the generation of heat at speed. Ratings are A, B, and C. A is considered the best, and only tires graded A or B are allowed to be sold in the USA","format":{},"value":"B"},"max_load":{"key":"SingleMaxLoad","title":"Max. Load","format":{},"value":"1984 lbs"},"max_inflation_pressure":{"key":"SingleMaxPSI","title":"Max. Inflation Pressure","format":{},"value":"44 psi"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"11.0/32\""},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"9.7\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"29.60\""}},"features":[],"description":[],"warranties":[],"additional_benefits":[],"url":"/products/advanta-p245-60r18-1952318645-tires","image_url":"https://s3.amazonaws.com/https://d19pbi8vkdue6m.cloudfront.net/default_tire.png","brand_name":"Advanta","model_name":"SUV","affiliate_domain":"","order_value":"0.00","size_desc":"P245/60R18 104S","sku":"12784-1952318645","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock","name":"Advanta - SUV - 1952318645"}],
})
$store.add_to_cart.disabled = true
$store.cart.actions.createLineItem([{ variant_id: 36, quantity: front.quantity, type: 'tire' }])
}">
Out Of Stock