${function() {
const variantData = data.variant || {"id":"e492e55d-fab3-425f-88f4-d3c4f6889569","product_id":"e684beb0-99b6-4218-9053-60718631636c","title":"Black-S","weight_unit":"kg","inventory_quantity":975,"sku":"BK7153-black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/31fb71f7749a78acd99d6c0d5ea2d8bc.jpeg","path":"31fb71f7749a78acd99d6c0d5ea2d8bc.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0.6","compare_at_price":"74.99","price":"34.99","retail_price":"74.99","available":true,"url":"\/products\/vintage-slit-velvet-dress?variant=e492e55d-fab3-425f-88f4-d3c4f6889569","available_quantity":975,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":53,"flashsale_info":[],"sales":2};
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 variantData = data.variant || {"id":"e492e55d-fab3-425f-88f4-d3c4f6889569","product_id":"e684beb0-99b6-4218-9053-60718631636c","title":"Black-S","weight_unit":"kg","inventory_quantity":975,"sku":"BK7153-black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/31fb71f7749a78acd99d6c0d5ea2d8bc.jpeg","path":"31fb71f7749a78acd99d6c0d5ea2d8bc.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0.6","compare_at_price":"74.99","price":"34.99","retail_price":"74.99","available":true,"url":"\/products\/vintage-slit-velvet-dress?variant=e492e55d-fab3-425f-88f4-d3c4f6889569","available_quantity":975,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":53,"flashsale_info":[],"sales":2};
return `
`
}()}
${function() {
const postageFreeAmount = 100;
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 `
`;
}()}