${function() {
const variantData = data.variant || {"id":"b9dced98-4fe6-4cd0-9a41-b14cf19827dd","product_id":"3fcbf85a-8a3e-4307-acc2-2c6b81019f8b","title":"As shown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"YN-As shown-S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ede9d1801ee00d36e37447f2dffa569.jpeg","path":"7ede9d1801ee00d36e37447f2dffa569.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"38.99","price":"28.99","retail_price":"38.99","available":true,"url":"\/products\/womens-valentines-day-heart-embroidered-print-v-neck-cashmere-t-shirt-2?variant=b9dced98-4fe6-4cd0-9a41-b14cf19827dd","available_quantity":999999999,"options":[{"name":"Color","value":"As shown"},{"name":"Size","value":"S"}],"off_ratio":26,"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 variantData = data.variant || {"id":"b9dced98-4fe6-4cd0-9a41-b14cf19827dd","product_id":"3fcbf85a-8a3e-4307-acc2-2c6b81019f8b","title":"As shown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"YN-As shown-S","barcode":"","position":1,"option1":"As shown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ede9d1801ee00d36e37447f2dffa569.jpeg","path":"7ede9d1801ee00d36e37447f2dffa569.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"38.99","price":"28.99","retail_price":"38.99","available":true,"url":"\/products\/womens-valentines-day-heart-embroidered-print-v-neck-cashmere-t-shirt-2?variant=b9dced98-4fe6-4cd0-9a41-b14cf19827dd","available_quantity":999999999,"options":[{"name":"Color","value":"As shown"},{"name":"Size","value":"S"}],"off_ratio":26,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}