${function() {
const variantData = data.variant || {"id":"f2ecaf0a-c51b-46e1-a436-94a15d016431","product_id":"0ede788e-4f36-46ab-a386-b8364210ca32","title":"White-S","weight_unit":"g","inventory_quantity":99999,"sku":"102147560005","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8a5a69636e6cc63b013fa1f91883bcb4.jpeg","path":"8a5a69636e6cc63b013fa1f91883bcb4.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\/no-longer-by-my-side-printed-women-s-hoodies?variant=f2ecaf0a-c51b-46e1-a436-94a15d016431","available_quantity":99999,"options":[{"name":"Color","value":"White"},{"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.