${function() {
const variantData = data.variant || {"id":"688c6a0b-beb3-4015-8dfe-c72dca9dec29","product_id":"dac55eba-3d7a-4cc2-bc0f-8ef9a49ba6c2","title":"Yellow-2XL","weight_unit":"g","inventory_quantity":99999,"sku":"102127040001","barcode":"","position":1,"option1":"Yellow","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/257fcd00495941facaa9edde79481809.jpeg","path":"257fcd00495941facaa9edde79481809.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"507","compare_at_price":"30.98","price":"29.99","retail_price":"30.98","available":true,"url":"\/products\/lets-revel-together-printed-women-s-hoodies?variant=688c6a0b-beb3-4015-8dfe-c72dca9dec29","available_quantity":99999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"2XL"}],"off_ratio":3,"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":"688c6a0b-beb3-4015-8dfe-c72dca9dec29","product_id":"dac55eba-3d7a-4cc2-bc0f-8ef9a49ba6c2","title":"Yellow-2XL","weight_unit":"g","inventory_quantity":99999,"sku":"102127040001","barcode":"","position":1,"option1":"Yellow","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/257fcd00495941facaa9edde79481809.jpeg","path":"257fcd00495941facaa9edde79481809.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"507","compare_at_price":"30.98","price":"29.99","retail_price":"30.98","available":true,"url":"\/products\/lets-revel-together-printed-women-s-hoodies?variant=688c6a0b-beb3-4015-8dfe-c72dca9dec29","available_quantity":99999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"2XL"}],"off_ratio":3,"flashsale_info":[],"sales":0};
return `
`
}()}