${function() {
const variantData = data.variant || {"id":"f2b7af15-db88-480f-81db-ff3190a183d5","product_id":"1c96a9dc-de3d-4940-9254-e1bf402573cd","title":"Blue-S","weight_unit":"g","inventory_quantity":848,"sku":"100889820001","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8adac986be4bf6924e699efc58306f81.jpeg","path":"8adac986be4bf6924e699efc58306f81.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.98,"min_quantity":1}],"weight":"153.5","compare_at_price":"21.98","price":"21.98","retail_price":"21.98","available":true,"url":"\/products\/womens-casual-v-neck-loose-classic-graphic-tees-designer?variant=f2b7af15-db88-480f-81db-ff3190a183d5","available_quantity":848,"options":[{"name":"Color","value":"Blue"},{"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":"f2b7af15-db88-480f-81db-ff3190a183d5","product_id":"1c96a9dc-de3d-4940-9254-e1bf402573cd","title":"Blue-S","weight_unit":"g","inventory_quantity":848,"sku":"100889820001","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8adac986be4bf6924e699efc58306f81.jpeg","path":"8adac986be4bf6924e699efc58306f81.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.98,"min_quantity":1}],"weight":"153.5","compare_at_price":"21.98","price":"21.98","retail_price":"21.98","available":true,"url":"\/products\/womens-casual-v-neck-loose-classic-graphic-tees-designer?variant=f2b7af15-db88-480f-81db-ff3190a183d5","available_quantity":848,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
return `
`
}()}