${function() {
const variantData = data.variant || {"id":"e56a5f87-a87e-442b-b496-2137f6c5eb42","product_id":"54086c95-a1db-42bc-b8f4-4c198602ae5b","title":"1-One Size","weight_unit":"g","inventory_quantity":99994,"sku":"101032510001","barcode":"1-One SizeA00122163","position":1,"option1":"1","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bda64920c8c195225cffcd126fc9f96e.jpeg","path":"bda64920c8c195225cffcd126fc9f96e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.98,"min_quantity":1}],"weight":"60","compare_at_price":"14.95","price":"11.98","retail_price":"14.95","available":true,"url":"\/products\/retro-flax-featured-mandala-printed-cushion-pillowcase?variant=e56a5f87-a87e-442b-b496-2137f6c5eb42","available_quantity":99994,"options":[{"name":"Color","value":"1"},{"name":"Size","value":"One Size"}],"off_ratio":20,"flashsale_info":[],"sales":52};
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":"e56a5f87-a87e-442b-b496-2137f6c5eb42",