${function() {
const variantData = data.variant || {"id":"0895b3f6-948f-44c3-ac08-4640c98a044d","product_id":"597c6ce1-7eaf-4fe9-bc8a-e438e39c08a8","title":"Orange-S","weight_unit":"g","inventory_quantity":676,"sku":"SKU102396210001","barcode":"","position":1,"option1":"Orange","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0778f8fecbadd960858af91b234bee1a.jpeg","path":"0778f8fecbadd960858af91b234bee1a.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":15.98,"min_quantity":1}],"weight":"180","compare_at_price":"22.98","price":"15.98","retail_price":"22.98","available":true,"url":"\/products\/orange-floral-print-womens-tank-top?variant=0895b3f6-948f-44c3-ac08-4640c98a044d","available_quantity":676,"options":[{"name":"Color","value":"Orange"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":1};
const saveType = "percentage";
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}
`
}()}
${function() {
const postageFreeAmount = 69;
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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"0895b3f6-948f-44c3-ac08-4640c98a044d","product_id":"597c6ce1-7eaf-4fe9-bc8a-e438e39c08a8","title":"Orange-S","weight_unit":"g","inventory_quantity":676,"sku":"SKU102396210001","barcode":"","position":1,"option1":"Orange","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0778f8fecbadd960858af91b234bee1a.jpeg","path":"0778f8fecbadd960858af91b234bee1a.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":15.98,"min_quantity":1}],"weight":"180","compare_at_price":"22.98","price":"15.98","retail_price":"22.98","available":true,"url":"\/products\/orange-floral-print-womens-tank-top?variant=0895b3f6-948f-44c3-ac08-4640c98a044d","available_quantity":676,"options":[{"name":"Color","value":"Orange"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":1};
return `
`
}()}