${function() {
const variantData = data.variant || {"id":"119226cc-66e1-438f-972b-513fb7510afb","product_id":"d66b150f-77ba-4665-af1d-6cf5fae1c42c","title":"black-s","weight_unit":"kg","inventory_quantity":0,"sku":"1601113513-black-s","barcode":"","position":1,"option1":"black","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/35cf23856bb69e068f5dcf07f5a38e6f.jpeg","path":"35cf23856bb69e068f5dcf07f5a38e6f.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.91,"min_quantity":1}],"weight":"0.4","compare_at_price":"35.61","price":"29.91","retail_price":"35.61","available":true,"url":"\/products\/off-shoulder-pure-color-twist-sweater?variant=119226cc-66e1-438f-972b-513fb7510afb","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"name":"size","value":"s"}],"off_ratio":16,"flashsale_info":[],"sales":1};
const saveType = "amount";
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}
`
}()}
Product was out of stock.
Product is unavailable.
${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 `
`;
}()}