${function() {
const variantData = data.variant || {"id":"8a39118d-a751-410c-8f7b-83ac715da894","product_id":"d296d654-6d45-41c7-83da-95b81ef9b79d","title":"green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"green M-46374979","barcode":"","position":1,"option1":"green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b59429435a7268dc3ed698ce8f8f035c.jpeg","path":"b59429435a7268dc3ed698ce8f8f035c.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.94,"min_quantity":1}],"weight":"0","compare_at_price":"34.94","price":"34.94","retail_price":"34.94","available":true,"url":"\/products\/cotton-linen-o-neck-long-sleeve-dress-208528450119?variant=8a39118d-a751-410c-8f7b-83ac715da894","available_quantity":999999999,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"M"}],"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}
`
}()}
${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":"8a39118d-a751-410c-8f7b-83ac715da894","product_id":"d296d654-6d45-41c7-83da-95b81ef9b79d","title":"green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"green M-46374979","barcode":"","position":1,"option1":"green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b59429435a7268dc3ed698ce8f8f035c.jpeg","path":"b59429435a7268dc3ed698ce8f8f035c.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.94,"min_quantity":1}],"weight":"0","compare_at_price":"34.94","price":"34.94","retail_price":"34.94","available":true,"url":"\/products\/cotton-linen-o-neck-long-sleeve-dress-208528450119?variant=8a39118d-a751-410c-8f7b-83ac715da894","available_quantity":999999999,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}