${function() {
const variantData = data.variant || {"id":"8fe2e7b6-4012-4da8-886b-1beebd2058d3","product_id":"252f9fb4-83dc-4d9e-bbba-70720c3fe283","title":"Dark Red-S","weight_unit":"g","inventory_quantity":636,"sku":"SKU102411310001","barcode":"","position":1,"option1":"Dark Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7666c7973e29ba0e60812e31b167b5f9.jpeg","path":"7666c7973e29ba0e60812e31b167b5f9.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":27.98,"min_quantity":1}],"weight":"600","compare_at_price":"39.98","price":"27.98","retail_price":"39.98","available":true,"url":"\/products\/problem-solved-printed-womens-sweatshirt?variant=8fe2e7b6-4012-4da8-886b-1beebd2058d3","available_quantity":636,"options":[{"name":"Color","value":"Dark Red"},{"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":"8fe2e7b6-4012-4da8-886b-1beebd2058d3","product_id":"252f9fb4-83dc-4d9e-bbba-70720c3fe283","title":"Dark Red-S","weight_unit":"g","inventory_quantity":636,"sku":"SKU102411310001","barcode":"","position":1,"option1":"Dark Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7666c7973e29ba0e60812e31b167b5f9.jpeg","path":"7666c7973e29ba0e60812e31b167b5f9.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":27.98,"min_quantity":1}],"weight":"600","compare_at_price":"39.98","price":"27.98","retail_price":"39.98","available":true,"url":"\/products\/problem-solved-printed-womens-sweatshirt?variant=8fe2e7b6-4012-4da8-886b-1beebd2058d3","available_quantity":636,"options":[{"name":"Color","value":"Dark Red"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":0};
return `
`
}()}