G2 Max Front Wheel Hub
${function() {
const variantData = data.variant || {"id":"eb990cd7-7cc2-4b1f-872b-66be51a4f547","product_id":"b42e1ce8-e3f3-436c-b83f-f26712e3dee8","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"G2max\u524d\u8f6e\u6bc2","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":50,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"50","retail_price":"0","available":true,"url":"\/products\/g2-max-front-wheel-hub?variant=eb990cd7-7cc2-4b1f-872b-66be51a4f547","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 `
`;
}()}