${function() {
const variantData = data.variant || {"id":"1ea1c05d-9325-4954-97f0-ca98a36750a2","product_id":"f266522a-886c-4c15-8b41-b284f70f07b9","title":"Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue s-7530122","barcode":"","position":1,"option1":"Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b595a2f984884250f1c3cdc911a52c22.jpeg","path":"b595a2f984884250f1c3cdc911a52c22.jpeg","width":310,"height":310,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"29.99","retail_price":"29.99","available":true,"url":"\/products\/elegant-fashion-plain-off-shoulder-long-sleeve-bodycon-dress-208529160690?variant=1ea1c05d-9325-4954-97f0-ca98a36750a2","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"s"}],"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":"1ea1c05d-9325-4954-97f0-ca98a36750a2","product_id":"f266522a-886c-4c15-8b41-b284f70f07b9","title":"Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue s-7530122","barcode":"","position":1,"option1":"Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b595a2f984884250f1c3cdc911a52c22.jpeg","path":"b595a2f984884250f1c3cdc911a52c22.jpeg","width":310,"height":310,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"29.99","retail_price":"29.99","available":true,"url":"\/products\/elegant-fashion-plain-off-shoulder-long-sleeve-bodycon-dress-208529160690?variant=1ea1c05d-9325-4954-97f0-ca98a36750a2","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"s"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}