${function() {
const variantData = data.variant || {"id":"29d0e9a5-73ec-4e26-8e2c-0d99fc48327a","product_id":"e74a57e3-0cf7-496f-876e-5f324f3a65d2","title":"XS","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"XS","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/38fc1b0e1734793e35f45295066c75da.png","path":"38fc1b0e1734793e35f45295066c75da.png","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59.9,"min_quantity":1}],"weight":"0","compare_at_price":"83.99","price":"59.9","retail_price":"83.99","available":true,"url":"\/products\/short-n-sweet-long-sleeve-tee?variant=29d0e9a5-73ec-4e26-8e2c-0d99fc48327a","available_quantity":999999999,"options":[{"name":"SIZE","value":"XS"}],"off_ratio":29,"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":"29d0e9a5-73ec-4e26-8e2c-0d99fc48327a","product_id":"e74a57e3-0cf7-496f-876e-5f324f3a65d2","title":"XS","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"XS","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/38fc1b0e1734793e35f45295066c75da.png","path":"38fc1b0e1734793e35f45295066c75da.png","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59.9,"min_quantity":1}],"weight":"0","compare_at_price":"83.99","price":"59.9","retail_price":"83.99","available":true,"url":"\/products\/short-n-sweet-long-sleeve-tee?variant=29d0e9a5-73ec-4e26-8e2c-0d99fc48327a","available_quantity":999999999,"options":[{"name":"SIZE","value":"XS"}],"off_ratio":29,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}