${function() {
const variantData = data.variant || {"id":"cf26232e-3684-46ab-85ab-645429f2f1f6","product_id":"74cf58cb-1b80-4b79-a480-efdf3b31bbfa","title":"White-S","weight_unit":"g","inventory_quantity":831,"sku":"SKU102390160001","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3cfce564da383d395c48a934d469d37a.jpeg","path":"3cfce564da383d395c48a934d469d37a.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":15.98,"min_quantity":1}],"weight":"180","compare_at_price":"22.98","price":"15.98","retail_price":"22.98","available":true,"url":"\/products\/butterfly-tree-print-womens-tank-top?variant=cf26232e-3684-46ab-85ab-645429f2f1f6","available_quantity":831,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":30,"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":"cf26232e-3684-46ab-85ab-645429f2f1f6","product_id":"74cf58cb-1b80-4b79-a480-efdf3b31bbfa","title":"White-S","weight_unit":"g","inventory_quantity":831,"sku":"SKU102390160001","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3cfce564da383d395c48a934d469d37a.jpeg","path":"3cfce564da383d395c48a934d469d37a.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":15.98,"min_quantity":1}],"weight":"180","compare_at_price":"22.98","price":"15.98","retail_price":"22.98","available":true,"url":"\/products\/butterfly-tree-print-womens-tank-top?variant=cf26232e-3684-46ab-85ab-645429f2f1f6","available_quantity":831,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":0};
return `
`
}()}