${function() {
const variantData = data.variant || {"id":"33a2ce7c-1020-4024-ad72-a5ac97345a96","product_id":"cec064f0-a3cf-446f-9c8a-9ee2505da15d","title":"Gray-S","weight_unit":"g","inventory_quantity":99998,"sku":"101958550001","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/636d9580526a5375017b2a17a959b4b5.jpeg","path":"636d9580526a5375017b2a17a959b4b5.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":21.98,"min_quantity":1}],"weight":"200","compare_at_price":"21.98","price":"21.98","retail_price":"21.98","available":true,"url":"\/products\/vintage-ethnic-floral-print-womens-tank-top?variant=33a2ce7c-1020-4024-ad72-a5ac97345a96","available_quantity":99998,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":8};
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":"33a2ce7c-1020-4024-ad72-a5ac97345a96","product_id":"cec064f0-a3cf-446f-9c8a-9ee2505da15d","title":"Gray-S","weight_unit":"g","inventory_quantity":99998,"sku":"101958550001","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/636d9580526a5375017b2a17a959b4b5.jpeg","path":"636d9580526a5375017b2a17a959b4b5.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":21.98,"min_quantity":1}],"weight":"200","compare_at_price":"21.98","price":"21.98","retail_price":"21.98","available":true,"url":"\/products\/vintage-ethnic-floral-print-womens-tank-top?variant=33a2ce7c-1020-4024-ad72-a5ac97345a96","available_quantity":99998,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":8};
return `
`
}()}