G2 Max Inner Tube & Outer Tire
${function() {
const variantData = data.variant || {"id":"479ea74c-fb15-4783-8253-bab92e79aa51","product_id":"87d441e3-40c4-477e-aa88-0d8aba694e87","title":"Outer Tire","weight_unit":"kg","inventory_quantity":0,"sku":"G2 Max\u5916\u80ce","barcode":"","position":1,"option1":"Outer Tire","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c7286e66eeccc0886b794eb2332937b0.jpg","path":"c7286e66eeccc0886b794eb2332937b0.jpg","width":1000,"height":1000,"alt":"G2 Max Inner Tube & Outer Tire","aspect_ratio":1},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/g2-max-inner-tube-outer-tire?variant=479ea74c-fb15-4783-8253-bab92e79aa51","available_quantity":999999999,"options":[{"name":"Mod\u00e8le","value":"Outer Tire"}],"off_ratio":0,"flashsale_info":[],"sales":11};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Si prega di selezionare un {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Il prodotto era esaurito.
Il prodotto non è disponibile.
${function() {
const postageFreeAmount = 50;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Il tuo ordine \u00e8 in consegna gratuita";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}