${function() {
const variantData = data.variant || {"id":"1a990628-1e73-4e2d-956c-173d6a060644","product_id":"e62e09df-f33d-499e-87d4-6ba12d82edc7","title":"Brown-S","weight_unit":"g","inventory_quantity":99999,"sku":"102147550001","barcode":"","position":1,"option1":"Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e63c84684810d50124dc425c85f9e131.jpeg","path":"e63c84684810d50124dc425c85f9e131.jpeg","width":844,"height":1125,"alt":"","aspect_ratio":0.7502222222222222},"wholesale_price":[{"price":28.98,"min_quantity":1}],"weight":"507","compare_at_price":"28.98","price":"28.98","retail_price":"28.98","available":true,"url":"\/products\/peace-love-hippie-printed-women-s-hoodies?variant=1a990628-1e73-4e2d-956c-173d6a060644","available_quantity":99999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"S"}],"off_ratio":0,"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":"1a990628-1e73-4e2d-956c-173d6a060644","product_id":"e62e09df-f33d-499e-87d4-6ba12d82edc7","title":"Brown-S","weight_unit":"g","inventory_quantity":99999,"sku":"102147550001","barcode":"","position":1,"option1":"Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e63c84684810d50124dc425c85f9e131.jpeg","path":"e63c84684810d50124dc425c85f9e131.jpeg","width":844,"height":1125,"alt":"","aspect_ratio":0.7502222222222222},"wholesale_price":[{"price":28.98,"min_quantity":1}],"weight":"507","compare_at_price":"28.98","price":"28.98","retail_price":"28.98","available":true,"url":"\/products\/peace-love-hippie-printed-women-s-hoodies?variant=1a990628-1e73-4e2d-956c-173d6a060644","available_quantity":99999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}