${function() {
const variantData = data.variant || {"id":"a471b32b-bca0-4f81-8b0a-ad0dad3dd8a4","product_id":"649461a3-14bc-4a7b-9dc2-a086c18dfd11","title":"Green-S","weight_unit":"g","inventory_quantity":719,"sku":"102058210001","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3fb07c4471e293eb707f6c2eb88ab53d.png","path":"3fb07c4471e293eb707f6c2eb88ab53d.png","width":750,"height":1058,"alt":"","aspect_ratio":0.7088846880907372},"wholesale_price":[{"price":27.98,"min_quantity":1}],"weight":"240","compare_at_price":"27.98","price":"27.98","retail_price":"27.98","available":true,"url":"\/products\/halloween-spider-color-block-pocket-mini-dress?variant=a471b32b-bca0-4f81-8b0a-ad0dad3dd8a4","available_quantity":719,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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":"a471b32b-bca0-4f81-8b0a-ad0dad3dd8a4","product_id":"649461a3-14bc-4a7b-9dc2-a086c18dfd11","title":"Green-S","weight_unit":"g","inventory_quantity":719,"sku":"102058210001","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3fb07c4471e293eb707f6c2eb88ab53d.png","path":"3fb07c4471e293eb707f6c2eb88ab53d.png","width":750,"height":1058,"alt":"","aspect_ratio":0.7088846880907372},"wholesale_price":[{"price":27.98,"min_quantity":1}],"weight":"240","compare_at_price":"27.98","price":"27.98","retail_price":"27.98","available":true,"url":"\/products\/halloween-spider-color-block-pocket-mini-dress?variant=a471b32b-bca0-4f81-8b0a-ad0dad3dd8a4","available_quantity":719,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":2};
return `
`
}()}