KUGOO KIRIN M3 Scooter elettrico 13AH 36V Battery 500W Motorino elettrico
${function() {
const variantData = data.variant || {"id":"db222c4f-bc45-4fc6-8a86-74ad04f3a240","product_id":"86c09ef9-65fd-4c9b-9973-1204ef2b000b","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"EU-M3-BK","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":469,"min_quantity":1}],"weight":"0","compare_at_price":"629","price":"469","retail_price":"629","available":false,"url":"\/products\/kugoo-kirin-m3-electric-scooter-13ah-36v-battery-500w-power-motor-scooters?variant=db222c4f-bc45-4fc6-8a86-74ad04f3a240","available_quantity":0,"options":[],"off_ratio":25,"flashsale_info":[],"sales":9};
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 `
`;
}()}