Kukirin G3 Pro Rocker Arm
${function() {
const variantData = data.variant || {"id":"cc031e92-74b0-49cb-a5ed-7da5003cec67","product_id":"195221d0-63d3-4cde-bd3f-9b1806b80859","title":"Front Rocker Arm-Left","weight_unit":"kg","inventory_quantity":0,"sku":"Kukirin G3 Pro\u5de6\u524d\u6447\u81c2","barcode":"","position":1,"option1":"Front Rocker Arm-Left","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c0d1daeb4d1f127509761b193f554f8c.webp","path":"c0d1daeb4d1f127509761b193f554f8c.webp","width":800,"height":800,"alt":"Kukirin G3 Pro Rocker Arm","aspect_ratio":1},"wholesale_price":[{"price":30,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"30","retail_price":"0","available":true,"url":"\/products\/kukirin-g3-pro-rocker-arm?variant=cc031e92-74b0-49cb-a5ed-7da5003cec67","available_quantity":999999999,"options":[{"name":"Model","value":"Front Rocker Arm-Left"}],"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 `
`;
}()}