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":"Touring Plus","sku":"9948-100084","price":"484.82","quantity":4,"variant":"","category":"tires","brand_name":"Atlas Tires","position":1,"coupon":"","custom_attributes":{"is_sidewall":"Blackwall","tread_type":null,"diameter":"16","load_index":"92","speed_rating":"H","is_deal":false}}],
transaction_attrs: {},
custom_attrs: {
is_add_on: false
}
})
$store.analytics.sendDataToKlavio({
quantity: totalQuantity(),
product_data: {"id":94,"price":"484.82","is_package":null,"ply_name":null,"properties":{"size":{"title":"Size","value":"205/60R16 92H"},"sidewall":{"title":"Sidewall","value":"Blackwall"},"speed_rating":{"title":"Speed Rating","value":"H"},"load_index":{"title":"Load Index","value":"92"},"diameter":{"title":"Diameter","value":"16"}},"specification":{"speed_rating":{"key":"SpeedRating","title":"Speed Rating","tooltip_title":"The maximum speed capability of the tire on a vehicle.","value":"H","format":{}},"load_index":{"key":"LoadIndexSingle","title":"Load Index","tooltip_title":"The maximum load (weight) rating capacity of a tire.","value":"92","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":"205/60R16 92H","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":"420 A A","format":{}},"treadwear":{"key":"UTQGWear","title":"Treadwear","tooltip_title":"The rate at which a tire wears when tested in a controlled environment.","format":{},"value":"420"},"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":"A"},"max_load":{"key":"SingleMaxLoad","title":"Max. Load","format":{},"value":"1389 lbs"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"10.0/32\""},"rim_width_range":{"title":"Rim Width Range","value":"5.5 - 7.5\"","format":{}},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"8.2\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"25.70\""}},"features":[],"description":[],"warranties":[],"additional_benefits":[],"url":"/products/atlas-tires-205-60r16-100084-tires","image_url":"https://edge.tiresync.com/himages/tire_images/Atlas_Tires/at_touring_plus_l.jpg","brand_name":"Atlas Tires","model_name":"Touring Plus","affiliate_domain":"","order_value":"0.00","size_desc":"205/60R16 92H","sku":"9948-100084","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock","name":"Atlas Tires - Touring Plus - 100084"},
...{"orderTotal":"0.00","lineItems":null}
})
$store.analytics.gtag({
eventType: 'add_to_cart',
quantity: { front: front.quantity },
products: [{"id":94,"price":"484.82","is_package":null,"ply_name":null,"properties":{"size":{"title":"Size","value":"205/60R16 92H"},"sidewall":{"title":"Sidewall","value":"Blackwall"},"speed_rating":{"title":"Speed Rating","value":"H"},"load_index":{"title":"Load Index","value":"92"},"diameter":{"title":"Diameter","value":"16"}},"specification":{"speed_rating":{"key":"SpeedRating","title":"Speed Rating","tooltip_title":"The maximum speed capability of the tire on a vehicle.","value":"H","format":{}},"load_index":{"key":"LoadIndexSingle","title":"Load Index","tooltip_title":"The maximum load (weight) rating capacity of a tire.","value":"92","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":"205/60R16 92H","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":"420 A A","format":{}},"treadwear":{"key":"UTQGWear","title":"Treadwear","tooltip_title":"The rate at which a tire wears when tested in a controlled environment.","format":{},"value":"420"},"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":"A"},"max_load":{"key":"SingleMaxLoad","title":"Max. Load","format":{},"value":"1389 lbs"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"10.0/32\""},"rim_width_range":{"title":"Rim Width Range","value":"5.5 - 7.5\"","format":{}},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"8.2\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"25.70\""}},"features":[],"description":[],"warranties":[],"additional_benefits":[],"url":"/products/atlas-tires-205-60r16-100084-tires","image_url":"https://edge.tiresync.com/himages/tire_images/Atlas_Tires/at_touring_plus_l.jpg","brand_name":"Atlas Tires","model_name":"Touring Plus","affiliate_domain":"","order_value":"0.00","size_desc":"205/60R16 92H","sku":"9948-100084","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock","name":"Atlas Tires - Touring Plus - 100084"}],
})
$store.add_to_cart.disabled = true
$store.cart.actions.createLineItem([{ variant_id: 94, quantity: front.quantity, type: 'tire' }])
}">
Out Of Stock