Ruota anteriore S1 PRO
${function() {
const variantData = data.variant || {"id":"19891c20-1ed5-4ab3-806d-630f25ba9c26","product_id":"1f6c96a3-c8fe-4d1a-840e-3e4eb1b22809","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"S1 Pro\u524d\u8f6e","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":38,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"38","retail_price":"0","available":true,"url":"\/products\/kukirin-s3-pro-brake-handler-gg7j?variant=19891c20-1ed5-4ab3-806d-630f25ba9c26","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":1};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
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 `
`;
}()}