${function() {
const variantData = data.variant || {"id":"27a5ac3c-dcc2-4baa-8618-7c2b7ff160b0","product_id":"8c8cb890-de22-4388-94cb-87110bd7b853","title":"Schwarz-One-size","weight_unit":"kg","inventory_quantity":1000,"sku":"10586788-Schwarz-One-size","barcode":"","position":1,"option1":"Schwarz","option2":"One-size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6326299a611094b1463ec64f4f6fdf01.jpeg","path":"6326299a611094b1463ec64f4f6fdf01.jpeg","width":633,"height":844,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":16.94,"min_quantity":1}],"weight":"0","compare_at_price":"21.21","price":"16.94","retail_price":"21.21","available":true,"url":"\/products\/scarves-shawls-10586788-variant-463738?variant=27a5ac3c-dcc2-4baa-8618-7c2b7ff160b0","available_quantity":999999999,"options":[{"name":"Color","value":"Schwarz"},{"name":"Size","value":"One-size"}],"off_ratio":20,"flashsale_info":[],"sales":0};
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}
`
}()}
${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 = 79;
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 `
`;
}()}