${function() {
const variantData = data.variant || {"id":"cfa91dfc-c33e-4e63-b2bc-23f8422f6b0f","product_id":"e9711cff-7722-43cf-9cc2-06c126c0d465","title":"apricot","weight_unit":"kg","inventory_quantity":0,"sku":"662209192529-apricot","barcode":"","position":1,"option1":"apricot","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4d5786538bd4acdda175267146e8617c.jpeg","path":"4d5786538bd4acdda175267146e8617c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.33,"min_quantity":1}],"weight":"0.2","compare_at_price":"32.93","price":"27.33","retail_price":"32.93","available":true,"url":"\/products\/simple-and-sweet-retro-knitted-bag?variant=cfa91dfc-c33e-4e63-b2bc-23f8422f6b0f","available_quantity":999999999,"options":[{"name":"color","value":"apricot"}],"off_ratio":17,"flashsale_info":[],"sales":9};
const saveType = "amount";
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}
`
}()}
Product was out of stock.
Product is unavailable.
${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 `
`;
}()}