${function() {
const variantData = data.variant || {"id":"05ad680a-909c-4f17-ad74-8d4aa512fd4c","product_id":"348e57a2-6af3-4783-bda9-847a5f853312","title":"7058G-B","weight_unit":"kg","inventory_quantity":890,"sku":"Aesop 7058G-B","barcode":"","position":1,"option1":"7058G-B","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b391aea33ed90a3dee7a12fc4b70fe41.png","path":"b391aea33ed90a3dee7a12fc4b70fe41.png","width":3000,"height":3001,"alt":"","aspect_ratio":0.9996667777407531},"wholesale_price":[{"price":549,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"549","retail_price":"0","available":true,"url":"\/products\/aesop-7058g-b-tourbillon-watch?variant=05ad680a-909c-4f17-ad74-8d4aa512fd4c","available_quantity":999999999,"options":[{"name":"Color","value":"7058G-B"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"05ad680a-909c-4f17-ad74-8d4aa512fd4c","product_id":"348e57a2-6af3-4783-bda9-847a5f853312","title":"7058G-B","weight_unit":"kg","inventory_quantity":890,"sku":"Aesop 7058G-B","barcode":"","position":1,"option1":"7058G-B","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b391aea33ed90a3dee7a12fc4b70fe41.png","path":"b391aea33ed90a3dee7a12fc4b70fe41.png","width":3000,"height":3001,"alt":"","aspect_ratio":0.9996667777407531},"wholesale_price":[{"price":549,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"549","retail_price":"0","available":true,"url":"\/products\/aesop-7058g-b-tourbillon-watch?variant=05ad680a-909c-4f17-ad74-8d4aa512fd4c","available_quantity":999999999,"options":[{"name":"Color","value":"7058G-B"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}