${function() {
const variantData = data.variant || {"id":"37c6439a-5dfe-4e19-bf7f-c809b33d4050","product_id":"72404881-be26-485b-b336-3c71ec5c1c58","title":"Wheat-S","weight_unit":"g","inventory_quantity":99999,"sku":"102091060005","barcode":"","position":1,"option1":"Wheat","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/369e55f8ee7fd07a8e953f228483d46a.png","path":"369e55f8ee7fd07a8e953f228483d46a.png","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":25.98,"min_quantity":1}],"weight":"300","compare_at_price":"25.98","price":"25.98","retail_price":"25.98","available":true,"url":"\/products\/lady-leopard-with-charismatic-glasses-and-a-floral-crown-womens-casual-top-sweatshirt?variant=37c6439a-5dfe-4e19-bf7f-c809b33d4050","available_quantity":99999,"options":[{"name":"Color","value":"Wheat"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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":"37c6439a-5dfe-4e19-bf7f-c809b33d4050","product_id":"72404881-be26-485b-b336-3c71ec5c1c58","title":"Wheat-S","weight_unit":"g","inventory_quantity":99999,"sku":"102091060005","barcode":"","position":1,"option1":"Wheat","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/369e55f8ee7fd07a8e953f228483d46a.png","path":"369e55f8ee7fd07a8e953f228483d46a.png","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":25.98,"min_quantity":1}],"weight":"300","compare_at_price":"25.98","price":"25.98","retail_price":"25.98","available":true,"url":"\/products\/lady-leopard-with-charismatic-glasses-and-a-floral-crown-womens-casual-top-sweatshirt?variant=37c6439a-5dfe-4e19-bf7f-c809b33d4050","available_quantity":99999,"options":[{"name":"Color","value":"Wheat"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
return `
`
}()}