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-1352306715","price":"452.23","quantity":4,"variant":"","category":"tires","brand_name":"Advanta","position":1,"coupon":"","custom_attributes":{"is_sidewall":"Outlined Black Letters","tread_type":null,"diameter":"16","load_index":"99","speed_rating":"T","is_deal":false}}],
transaction_attrs: {},
custom_attrs: {
is_add_on: false
}
})
$store.analytics.sendDataToKlavio({
quantity: totalQuantity(),
product_data: {"id":23,"price":"452.23","is_package":null,"ply_name":null,"properties":{"size":{"title":"Size","value":"P215/70R16 99T"},"sidewall":{"title":"Sidewall","value":"Outlined Black Letters"},"speed_rating":{"title":"Speed Rating","value":"T"},"load_index":{"title":"Load Index","value":"99"},"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":"T","format":{}},"load_index":{"key":"LoadIndexSingle","title":"Load Index","tooltip_title":"The maximum load (weight) rating capacity of a tire.","value":"99","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":"P215/70R16 99T","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":"1709 lbs"},"max_inflation_pressure":{"key":"SingleMaxPSI","title":"Max. Inflation Pressure","format":{},"value":"35 psi"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"12.0/32\""},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"8.7\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"27.90\""}},"features":[],"description":[],"warranties":[],"additional_benefits":[],"url":"/products/advanta-p215-70r16-1352306715-tires","image_url":"https://s3.amazonaws.com/tireagent-static-assets/default_tire.png","brand_name":"Advanta","model_name":"SUV","affiliate_domain":"","order_value":"0.00","size_desc":"P215/70R16 99T","sku":"12784-1352306715","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock","name":"Advanta - SUV - 1352306715"},
...{"orderTotal":"0.00","lineItems":null}
})
$store.analytics.gtag({
eventType: 'add_to_cart',
quantity: { front: front.quantity },
products: [{"id":23,"price":"452.23","is_package":null,"ply_name":null,"properties":{"size":{"title":"Size","value":"P215/70R16 99T"},"sidewall":{"title":"Sidewall","value":"Outlined Black Letters"},"speed_rating":{"title":"Speed Rating","value":"T"},"load_index":{"title":"Load Index","value":"99"},"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":"T","format":{}},"load_index":{"key":"LoadIndexSingle","title":"Load Index","tooltip_title":"The maximum load (weight) rating capacity of a tire.","value":"99","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":"P215/70R16 99T","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":"1709 lbs"},"max_inflation_pressure":{"key":"SingleMaxPSI","title":"Max. Inflation Pressure","format":{},"value":"35 psi"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"12.0/32\""},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"8.7\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"27.90\""}},"features":[],"description":[],"warranties":[],"additional_benefits":[],"url":"/products/advanta-p215-70r16-1352306715-tires","image_url":"https://s3.amazonaws.com/tireagent-static-assets/default_tire.png","brand_name":"Advanta","model_name":"SUV","affiliate_domain":"","order_value":"0.00","size_desc":"P215/70R16 99T","sku":"12784-1352306715","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock","name":"Advanta - SUV - 1352306715"}],
})
$store.add_to_cart.disabled = true
$store.cart.actions.createLineItem([{ variant_id: 23, quantity: front.quantity, type: 'tire' }])
}">
Out Of Stock