Kukirin G2 Max Controller
${function() {
const variantData = data.variant || {"id":"e768993e-fb3f-4dd5-9ba4-3d2d538f5651","product_id":"f9abd6bd-4f7b-4b43-bc26-52b110af03cd","title":"Controller A","weight_unit":"kg","inventory_quantity":0,"sku":"G2 MAX\u63a7\u5236\u5668A","barcode":"","position":1,"option1":"Controller A","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3ed8ee6e96a2b9b79fa1ae3a4a2328ca.png","path":"3ed8ee6e96a2b9b79fa1ae3a4a2328ca.png","width":861,"height":482,"alt":"Kukirin G2 Max Controller","aspect_ratio":1.7863070539419088},"wholesale_price":[{"price":72,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"72","retail_price":"0","available":true,"url":"\/products\/kukirin-g2-max-controller?variant=e768993e-fb3f-4dd5-9ba4-3d2d538f5651","available_quantity":999999999,"options":[{"name":"G2 Max Controller","value":"Controller A"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 `
`;
}()}