${function() {
const variantData = data.variant || {"id":"7fb28756-9051-4e96-9bfb-192c587516e7","product_id":"b2cdb663-2721-419f-9d58-44e68e549a79","title":"1-One Size","weight_unit":"g","inventory_quantity":99940,"sku":"100950920001","barcode":"1-One SizeA00125456","position":1,"option1":"1","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9bfc91aaf34d71ac0084c8d8e28f784e.jpeg","path":"9bfc91aaf34d71ac0084c8d8e28f784e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.98,"min_quantity":1}],"weight":"30","compare_at_price":"19.99","price":"9.98","retail_price":"19.99","available":true,"url":"\/products\/peace-logo-time-crystal-pendant-vintage-sweater-chain?variant=7fb28756-9051-4e96-9bfb-192c587516e7","available_quantity":99940,"options":[{"name":"Color","value":"1"},{"name":"Size","value":"One Size"}],"off_ratio":50,"flashsale_info":[],"sales":263};
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":"7fb28756-9051-4e96-9bfb-192c587516e7","product_id":"b2cdb663-2721-419f-9d58-44e68e549a79","title":"1-One Size","weight_unit":"g","inventory_quantity":99940,"sku":"100950920001","barcode":"1-One SizeA00125456","position":1,"option1":"1","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9bfc91aaf34d71ac0084c8d8e28f784e.jpeg","path":"9bfc91aaf34d71ac0084c8d8e28f784e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.98,"min_quantity":1}],"weight":"30","compare_at_price":"19.99","price":"9.98","retail_price":"19.99","available":true,"url":"\/products\/peace-logo-time-crystal-pendant-vintage-sweater-chain?variant=7fb28756-9051-4e96-9bfb-192c587516e7","available_quantity":99940,"options":[{"name":"Color","value":"1"},{"name":"Size","value":"One Size"}],"off_ratio":50,"flashsale_info":[],"sales":263};
return `
`
}()}