Kukirin G3 Pro Electric Door Lock/Starter Motor Lock
${function() {
const variantData = data.variant || {"id":"fd3219ee-7442-4916-8014-ebead92f8bdd","product_id":"e04f6a77-aa4a-43d0-8ee4-097f25ec7f3f","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"Kukirin G3 Pro\u7535\u95e8\u9501","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":40,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"40","retail_price":"0","available":true,"url":"\/products\/kukirin-g3-pro-electric-door-lock-starter-motor-lock?variant=fd3219ee-7442-4916-8014-ebead92f8bdd","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
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 `
`;
}()}