${function() {
const variantData = data.variant || {"id":"b932e83f-d216-41d7-8f1e-8282c82920c5","product_id":"2bf1f435-a9f3-4aee-b67d-615919c28bd6","title":"dark blue-4XL","weight_unit":"kg","inventory_quantity":0,"sku":"662210093074-dark blue-4XL","barcode":"","position":1,"option1":"dark blue","option2":"4XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1e7537d90f3a42a6185c56995cd9f1e1.jpeg","path":"1e7537d90f3a42a6185c56995cd9f1e1.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":50.65,"min_quantity":1}],"weight":"0.5","compare_at_price":"55.82","price":"50.65","retail_price":"55.82","available":true,"url":"\/products\/new-denim-panelled-irregular-skirt?variant=b932e83f-d216-41d7-8f1e-8282c82920c5","available_quantity":999999999,"options":[{"name":"color","value":"dark blue"},{"name":"size","value":"4XL"}],"off_ratio":9,"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 `
`;
}()}