${function() {
const variantData = data.variant || {"id":"efda016d-6177-4744-80b7-ef36e90d26ad","product_id":"cf35324b-9f8c-413a-b069-a77a5c7c9176","title":"Black-S","weight_unit":"g","inventory_quantity":800,"sku":"SKU102403430001","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/59486c0157b30ccffc4872453bce9ed9.jpeg","path":"59486c0157b30ccffc4872453bce9ed9.jpeg","width":750,"height":1000,"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\/yoga-tree-print-womens-tank-top?variant=efda016d-6177-4744-80b7-ef36e90d26ad","available_quantity":800,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":0};
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":"efda016d-6177-4744-80b7-ef36e90d26ad","product_id":"cf35324b-9f8c-413a-b069-a77a5c7c9176","title":"Black-S","weight_unit":"g","inventory_quantity":800,"sku":"SKU102403430001","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/59486c0157b30ccffc4872453bce9ed9.jpeg","path":"59486c0157b30ccffc4872453bce9ed9.jpeg","width":750,"height":1000,"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\/yoga-tree-print-womens-tank-top?variant=efda016d-6177-4744-80b7-ef36e90d26ad","available_quantity":800,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":0};
return `
`
}()}