Kukirin S3 Pro Stem Steering Pole
${function() {
const variantData = data.variant || {"id":"158e1b07-e2e4-4b4e-ace6-2f7dd88aa091","product_id":"3e05657e-960f-4ce3-8d02-ba272a6b8dfd","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"Kukirin S3 Pro\u7acb\u6746","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":45,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"45","retail_price":"0","available":true,"url":"\/products\/kukirin-s3-pro-stem-steering-pole?variant=158e1b07-e2e4-4b4e-ace6-2f7dd88aa091","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 `
`;
}()}