${function() {
const variantData = data.variant || {"id":"2c08697d-0867-4eae-ba77-f999906b6559","product_id":"ef89bb5a-4f16-4b68-9c67-fae764a6119d","title":"Black-M","weight_unit":"kg","inventory_quantity":1000,"sku":"QZKByHv9Xn-Black-M","barcode":"","position":1,"option1":"Black","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/223d0769a568605fc49c070341df0ac2.jpeg","path":"223d0769a568605fc49c070341df0ac2.jpeg","width":700,"height":700,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.7,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"16.7","retail_price":"0","available":true,"url":"\/products\/lace-shirts-tops?variant=2c08697d-0867-4eae-ba77-f999906b6559","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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":"2c08697d-0867-4eae-ba77-f999906b6559","product_id":"ef89bb5a-4f16-4b68-9c67-fae764a6119d","title":"Black-M","weight_unit":"kg","inventory_quantity":1000,"sku":"QZKByHv9Xn-Black-M","barcode":"","position":1,"option1":"Black","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/223d0769a568605fc49c070341df0ac2.jpeg","path":"223d0769a568605fc49c070341df0ac2.jpeg","width":700,"height":700,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.7,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"16.7","retail_price":"0","available":true,"url":"\/products\/lace-shirts-tops?variant=2c08697d-0867-4eae-ba77-f999906b6559","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"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}
`
}()}