Kukirin G3 Pro Sidelight Assembly
${function() {
const variantData = data.variant || {"id":"8e633c27-3621-4814-a86a-e2157ca1be7b","product_id":"8d57ced1-bdf9-4433-8507-67b5022797f5","title":"Front Sidelight Assembly-Left","weight_unit":"kg","inventory_quantity":0,"sku":"Kukirin G3 Pro\u5e95\u677f\u5de6\u524d\u706f\u76d6\u7ec4\u4ef6","barcode":"","position":1,"option1":"Front Sidelight Assembly-Left","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/edf85e9ccb21f2a41eca153ece336e13.webp","path":"edf85e9ccb21f2a41eca153ece336e13.webp","width":800,"height":800,"alt":"Kukirin G3 Pro Sidelight Assembly","aspect_ratio":1},"wholesale_price":[{"price":32,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"32","retail_price":"0","available":true,"url":"\/products\/kukirin-g3-pro-sidelight-assembly?variant=8e633c27-3621-4814-a86a-e2157ca1be7b","available_quantity":999999999,"options":[{"name":"model","value":"Front Sidelight Assembly-Left"}],"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 `
`;
}()}