${function() {
const variantData = data.variant || {"id":"f6e60301-ebf8-4772-b7d4-3ddadfc8d560","product_id":"6492423f-6085-46ff-8376-a5be2a950c8f","title":"pink-L","weight_unit":"kg","inventory_quantity":0,"sku":"66220707435-pink-L","barcode":"","position":1,"option1":"pink","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b5cdbf69f6e1788f60a730ce07d06e3d.jpeg","path":"b5cdbf69f6e1788f60a730ce07d06e3d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.79,"min_quantity":1}],"weight":"0","compare_at_price":"45.64","price":"38.79","retail_price":"45.64","available":true,"url":"\/products\/bohemian-resort-print-dress?variant=f6e60301-ebf8-4772-b7d4-3ddadfc8d560","available_quantity":999999999,"options":[{"name":"color","value":"pink"},{"name":"size","value":"L"}],"off_ratio":15,"flashsale_info":[],"sales":46};
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 `
`;
}()}