${function() {
const variantData = data.variant || {"id":"80645621-6308-4405-8597-809606acdb00","product_id":"55dd680a-7a2d-4086-b2ea-1b0a0968f331","title":"Colorful-Onesize","weight_unit":"kg","inventory_quantity":999,"sku":"XH2-230331-38-3CAYUKDCJU-Colorful-Onesize","barcode":"","position":1,"option1":"Colorful","option2":"Onesize","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/05af4fcb8b9993710f5c229c5aa432d1.jpeg","path":"05af4fcb8b9993710f5c229c5aa432d1.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":9.9,"min_quantity":1}],"weight":"0.03","compare_at_price":"9.9","price":"9.9","retail_price":"9.9","available":true,"url":"\/products\/titanium-steel-necklace-stainless-steel-pendant-viking-day-mens-gift?variant=80645621-6308-4405-8597-809606acdb00","available_quantity":999999999,"options":[{"name":"Shape","value":"Colorful"},{"name":"Size","value":"Onesize"}],"off_ratio":0,"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 `
`;
}()}