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":"Baja T/A","sku":"4754-26444","price":"511.01","quantity":4,"variant":"","category":"tires","brand_name":"BFGoodrich","position":1,"coupon":"","custom_attributes":{"is_sidewall":"Blackwall","tread_type":"Off Road","diameter":"15","load_index":"114","speed_rating":"T","is_deal":false}}],
transaction_attrs: {},
custom_attrs: {
is_add_on: false
}
})
$store.analytics.sendDataToKlavio({
quantity: totalQuantity(),
product_data: {"id":640,"price":"511.01","is_package":null,"ply_name":"6 Ply (C)","properties":{"size":{"title":"Size","value":"33x10.50R15LT C 114T"},"tread_type":{"title":"Tread Type","value":"Off Road"},"sidewall":{"title":"Sidewall","value":"Blackwall"},"speed_rating":{"title":"Speed Rating","value":"T"},"load_index":{"title":"Load Index","value":"114"},"diameter":{"title":"Diameter","value":"15"}},"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":"Off Road","format":{}},"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":"114","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":"33x10.50R15LT C 114T","format":{}},"max_load":{"key":"SingleMaxLoad","title":"Max. Load","format":{},"value":"2620 lbs"},"max_inflation_pressure":{"key":"SingleMaxPSI","title":"Max. Inflation Pressure","format":{},"value":"50 psi"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"18.0/32\""},"rim_width_range":{"title":"Rim Width Range","value":"7.0 - 9.0\"","format":{}},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"11.2\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"32.80\""},"revs_per_mile":{"key":"RevsPerMile","title":"Revs. Per Mile","format":{},"value":"634"}},"features":[],"description":[],"warranties":[],"additional_benefits":[],"url":"/products/bfgoodrich-33-10-50r15-c-26444-tires","image_url":"https://edge.tiresync.com/himages/tire_images/BFGoodrich/bf_baja_ta_l.jpg","brand_name":"BFGoodrich","model_name":"Baja T/A","affiliate_domain":"","order_value":"0.00","size_desc":"33x10.50R15LT C 114T","sku":"4754-26444","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock","name":"BFGoodrich - Baja T/A - 26444"},
...{"orderTotal":"0.00","lineItems":null}
})
$store.analytics.gtag({
eventType: 'add_to_cart',
quantity: { front: front.quantity },
products: [{"id":640,"price":"511.01","is_package":null,"ply_name":"6 Ply (C)","properties":{"size":{"title":"Size","value":"33x10.50R15LT C 114T"},"tread_type":{"title":"Tread Type","value":"Off Road"},"sidewall":{"title":"Sidewall","value":"Blackwall"},"speed_rating":{"title":"Speed Rating","value":"T"},"load_index":{"title":"Load Index","value":"114"},"diameter":{"title":"Diameter","value":"15"}},"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":"Off Road","format":{}},"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":"114","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":"33x10.50R15LT C 114T","format":{}},"max_load":{"key":"SingleMaxLoad","title":"Max. Load","format":{},"value":"2620 lbs"},"max_inflation_pressure":{"key":"SingleMaxPSI","title":"Max. Inflation Pressure","format":{},"value":"50 psi"},"tread_depth":{"key":"TreadDepth","title":"Tread Depth","format":{},"value":"18.0/32\""},"rim_width_range":{"title":"Rim Width Range","value":"7.0 - 9.0\"","format":{}},"width":{"key":"SectionWidth","title":"Sect. Width","format":{},"value":"11.2\""},"diamter":{"key":"Diameter","title":"Overall Diameter","format":{},"value":"32.80\""},"revs_per_mile":{"key":"RevsPerMile","title":"Revs. Per Mile","format":{},"value":"634"}},"features":[],"description":[],"warranties":[],"additional_benefits":[],"url":"/products/bfgoodrich-33-10-50r15-c-26444-tires","image_url":"https://edge.tiresync.com/himages/tire_images/BFGoodrich/bf_baja_ta_l.jpg","brand_name":"BFGoodrich","model_name":"Baja T/A","affiliate_domain":"","order_value":"0.00","size_desc":"33x10.50R15LT C 114T","sku":"4754-26444","rebate":null,"feature":null,"category":"tires","count_on_hand":0,"stock_status":"out_of_stock","name":"BFGoodrich - Baja T/A - 26444"}],
})
$store.add_to_cart.disabled = true
$store.cart.actions.createLineItem([{ variant_id: 640, quantity: front.quantity, type: 'tire' }])
}">
Out Of Stock