${function() {
const variantData = data.variant || {"id":"e3bb61ca-9fac-4374-8ec3-c02ae9d91be8","product_id":"0ad50ae6-b87f-41be-95b3-16014509e6c2","title":"black-s","weight_unit":"kg","inventory_quantity":0,"sku":"20120322-black-s","barcode":"","position":1,"option1":"black","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f7f864707dbedcff6cae3783fd2a0504.jpeg","path":"f7f864707dbedcff6cae3783fd2a0504.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.83,"min_quantity":1}],"weight":"0","compare_at_price":"41.26","price":"33.83","retail_price":"41.26","available":true,"url":"\/products\/casual-slim-fit-top-white-pleated-skirt-set?variant=e3bb61ca-9fac-4374-8ec3-c02ae9d91be8","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"name":"size","value":"s"}],"off_ratio":18,"flashsale_info":[],"sales":0};
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 `
`;
}()}