${function() {
const variantData = data.variant || {"id":"12c0dcf1-234a-448b-8ff2-911865810711","product_id":"c0f47617-5334-4da9-bf2b-94ccc8094b48","title":"Wheat-S","weight_unit":"g","inventory_quantity":99999,"sku":"102098260005","barcode":"","position":1,"option1":"Wheat","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eac10fc25310bb95ccb150a75c46b3db.jpeg","path":"eac10fc25310bb95ccb150a75c46b3db.jpeg","width":794,"height":794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.98,"min_quantity":1}],"weight":"300","compare_at_price":"39.98","price":"18.98","retail_price":"39.98","available":true,"url":"\/products\/roller-shoes-printed-womens-sweatshirt?variant=12c0dcf1-234a-448b-8ff2-911865810711","available_quantity":99999,"options":[{"name":"Color","value":"Wheat"},{"name":"Size","value":"S"}],"off_ratio":53,"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":"12c0dcf1-234a-448b-8ff2-911865810711","product_id":"c0f47617-5334-4da9-bf2b-94ccc8094b48","title":"Wheat-S","weight_unit":"g","inventory_quantity":99999,"sku":"102098260005","barcode":"","position":1,"option1":"Wheat","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eac10fc25310bb95ccb150a75c46b3db.jpeg","path":"eac10fc25310bb95ccb150a75c46b3db.jpeg","width":794,"height":794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.98,"min_quantity":1}],"weight":"300","compare_at_price":"39.98","price":"18.98","retail_price":"39.98","available":true,"url":"\/products\/roller-shoes-printed-womens-sweatshirt?variant=12c0dcf1-234a-448b-8ff2-911865810711","available_quantity":99999,"options":[{"name":"Color","value":"Wheat"},{"name":"Size","value":"S"}],"off_ratio":53,"flashsale_info":[],"sales":0};
return `
`
}()}