${function() {
const variantData = data.variant || {"id":"7b3b8037-6c30-4af6-8e89-c253c987e670","product_id":"b0511b6b-960a-4db0-a612-1567c0cbff21","title":"YELLOW-FREE SIZE","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"YELLOW","option2":"FREE SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c2592c26c5781be46bbeb2db08925f5f.jpeg","path":"c2592c26c5781be46bbeb2db08925f5f.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0","compare_at_price":"28.78","price":"15.99","retail_price":"28.78","available":true,"url":"\/products\/round-neck-bandage-see-through-cover-ups?variant=7b3b8037-6c30-4af6-8e89-c253c987e670","available_quantity":999999999,"options":[{"name":"Color","value":"YELLOW"},{"name":"Size","value":"FREE SIZE"}],"off_ratio":44,"flashsale_info":[],"sales":0};
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"7b3b8037-6c30-4af6-8e89-c253c987e670","product_id":"b0511b6b-960a-4db0-a612-1567c0cbff21","title":"YELLOW-FREE SIZE","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"YELLOW","option2":"FREE SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c2592c26c5781be46bbeb2db08925f5f.jpeg","path":"c2592c26c5781be46bbeb2db08925f5f.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0","compare_at_price":"28.78","price":"15.99","retail_price":"28.78","available":true,"url":"\/products\/round-neck-bandage-see-through-cover-ups?variant=7b3b8037-6c30-4af6-8e89-c253c987e670","available_quantity":999999999,"options":[{"name":"Color","value":"YELLOW"},{"name":"Size","value":"FREE SIZE"}],"off_ratio":44,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}