Kukirin G4 Brake Lever
${function() {
const variantData = data.variant || {"id":"004fc96e-fb31-4023-85e8-0ebd3377506b","product_id":"3766bfec-4b3f-47c5-83cf-ae5ff42f2516","title":"Left Brake Lever","weight_unit":"kg","inventory_quantity":0,"sku":"G4\u5de6\u5239\u628a","barcode":"","position":1,"option1":"Left Brake Lever","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5dc0a0a996ac5d25c6d28cd594ec889e.JPG","path":"5dc0a0a996ac5d25c6d28cd594ec889e.JPG","width":800,"height":800,"alt":"Kukirin G4 Brake Lever","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\/kukirin-g4-brake-lever?variant=004fc96e-fb31-4023-85e8-0ebd3377506b","available_quantity":999999999,"options":[{"name":"Model","value":"Left Brake Lever"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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 `
`;
}()}