${function() {
const variantData = data.variant || {"id":"f78a4712-e3be-4fe1-99c0-ce8e86bc7c92","product_id":"8df4f6e6-a502-4779-a5a8-594256b0cced","title":"White-S","weight_unit":"g","inventory_quantity":999999,"sku":"101721010001","barcode":"White-SA0018437","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5ea61b8e6b4b181c6ad52ebcac354912.jpeg","path":"5ea61b8e6b4b181c6ad52ebcac354912.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":17.98,"min_quantity":1}],"weight":"250","compare_at_price":"34.98","price":"17.98","retail_price":"34.98","available":true,"url":"\/products\/let-it-be-printed-flower-long-sleeves-t-shirt?variant=f78a4712-e3be-4fe1-99c0-ce8e86bc7c92","available_quantity":999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":49,"flashsale_info":[],"sales":21};
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":"f78a4712-e3be-4fe1-99c0-ce8e86bc7c92","product_id":"8df4f6e6-a502-4779-a5a8-594256b0cced","title":"White-S","weight_unit":"g","inventory_quantity":999999,"sku":"101721010001","barcode":"White-SA0018437","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5ea61b8e6b4b181c6ad52ebcac354912.jpeg","path":"5ea61b8e6b4b181c6ad52ebcac354912.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":17.98,"min_quantity":1}],"weight":"250","compare_at_price":"34.98","price":"17.98","retail_price":"34.98","available":true,"url":"\/products\/let-it-be-printed-flower-long-sleeves-t-shirt?variant=f78a4712-e3be-4fe1-99c0-ce8e86bc7c92","available_quantity":999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":49,"flashsale_info":[],"sales":21};
return `
`
}()}