Forcella anteriore e posteriore Kugoo S1 & S1 Pro
【🇮🇹kugoo Italia Negozio Ufficiale】</br>⚡ PREZZO IN OFFERTA COMPRENSIVO DI IVA E SPESE DI SPEDIZIONE</br></br> · Tutti i pezzi di ricambio sono 100% ORIGINALI. </br> · Tempi di spedizione non standard, previsti 10-15 giorni lavorativi per la consegna.</br> · Facile da sostituire - Facile da installare. In caso di necessità potete contattarci per il supporto tecnico.
${function() {
const variantData = data.variant || {"id":"2192424c-2ba5-46b3-a895-6b70597386c0","product_id":"ff60e5c2-6f2c-411a-8df4-feb28642dfa7","title":"Front fork","weight_unit":"kg","inventory_quantity":98,"sku":"Kugoo S3&S3 Pro\u524d\u53c9","barcode":"","position":1,"option1":"Front fork","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e6ad309f0098fe729ea732706bd134ba.jpeg","path":"e6ad309f0098fe729ea732706bd134ba.jpeg","width":500,"height":500,"alt":"Forcella anteriore e posteriore Kugoo S1 & S1 Pro","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\/forcella-anteriore-e-posteriore-kugoo-s1-s1-pro?variant=2192424c-2ba5-46b3-a895-6b70597386c0","available_quantity":98,"options":[{"name":"Type","value":"Front fork"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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 `
`;
}()}