${function() {
const variantData = data.variant || {"id":"9490e233-9664-4b03-82ad-3835003cc16c","product_id":"e49e2695-de89-4dcc-9002-a6cf9368b717","title":"Orange-XS","weight_unit":"g","inventory_quantity":676,"sku":"SKU102428200001","barcode":"","position":1,"option1":"Orange","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9769c392f2f8447e5521fef04c3bd60c.jpeg","path":"9769c392f2f8447e5521fef04c3bd60c.jpeg","width":1200,"height":1596,"alt":"","aspect_ratio":0.7518796992481203},"wholesale_price":[{"price":28.98,"min_quantity":1}],"weight":"450","compare_at_price":"34","price":"28.98","retail_price":"34","available":true,"url":"\/products\/peace-bus-halter-resort-style-big-hem-dress-printed-dresses?variant=9490e233-9664-4b03-82ad-3835003cc16c","available_quantity":676,"options":[{"name":"Color","value":"Orange"},{"name":"Size","value":"XS"}],"off_ratio":15,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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}
`
}()}
${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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"9490e233-9664-4b03-82ad-3835003cc16c","product_id":"e49e2695-de89-4dcc-9002-a6cf9368b717","title":"Orange-XS","weight_unit":"g","inventory_quantity":676,"sku":"SKU102428200001","barcode":"","position":1,"option1":"Orange","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9769c392f2f8447e5521fef04c3bd60c.jpeg","path":"9769c392f2f8447e5521fef04c3bd60c.jpeg","width":1200,"height":1596,"alt":"","aspect_ratio":0.7518796992481203},"wholesale_price":[{"price":28.98,"min_quantity":1}],"weight":"450","compare_at_price":"34","price":"28.98","retail_price":"34","available":true,"url":"\/products\/peace-bus-halter-resort-style-big-hem-dress-printed-dresses?variant=9490e233-9664-4b03-82ad-3835003cc16c","available_quantity":676,"options":[{"name":"Color","value":"Orange"},{"name":"Size","value":"XS"}],"off_ratio":15,"flashsale_info":[],"sales":0};
return `
`
}()}