Kukirin G2 Max Fender
${function() {
const variantData = data.variant || {"id":"eec521d0-ebd9-428b-9ea7-5c3dd2efc605","product_id":"5a143bc7-4849-4bfc-90a0-791033e730a9","title":"Front Fender","weight_unit":"kg","inventory_quantity":0,"sku":"G2 Max\u524d\u6321\u6ce5\u677f","barcode":"","position":1,"option1":"Front Fender","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":37,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"37","retail_price":"0","available":true,"url":"\/products\/kukirin-g2-max-fender?variant=eec521d0-ebd9-428b-9ea7-5c3dd2efc605","available_quantity":999999999,"options":[{"name":"Mod\u00e8le","value":"Front Fender"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 `
`;
}()}