${function() {
const variantData = data.variant || {"id":"879bd3f3-b7e7-451a-aa00-111d303988b3","product_id":"e8a4ecef-a0f4-4552-b74c-d459d7717ec6","title":"Grau-S(38-40)","weight_unit":"kg","inventory_quantity":1000,"sku":"2088017251518-Grau-S(38-40)","barcode":"","position":1,"option1":"Grau","option2":"S(38-40)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/da1a9e0e4031a11dd9ce721f9a9b00a3.png","path":"da1a9e0e4031a11dd9ce721f9a9b00a3.png","width":633,"height":843,"alt":"","aspect_ratio":0.7508896797153025},"wholesale_price":[{"price":22.37,"min_quantity":1}],"weight":"0","compare_at_price":"22.37","price":"22.37","retail_price":"22.37","available":true,"url":"\/products\/stand-collar-loose-casual-jacket-15733555?variant=879bd3f3-b7e7-451a-aa00-111d303988b3","available_quantity":999999999,"options":[{"name":"Color","value":"Grau"},{"name":"Size","value":"S(38-40)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function() {
const postageFreeAmount = 79;
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 = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}