${function() {
const variantData = data.variant || {"id":"1bbb1442-bbe7-46e5-941e-3d63e9c725eb","product_id":"120e5181-f1f0-4d37-b0a4-a5e2fc1cf51c","title":"Green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017342217","barcode":"","position":1,"option1":"Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2740b306da2ce4dcdfe16c7c3edd038a.jpeg","path":"2740b306da2ce4dcdfe16c7c3edd038a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.86,"min_quantity":1}],"weight":"0","compare_at_price":"32.86","price":"32.86","retail_price":"32.86","available":true,"url":"\/products\/cotton-linen-women-dress-new-summer-dresses-green-white-9864?variant=1bbb1442-bbe7-46e5-941e-3d63e9c725eb","available_quantity":1000,"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":"1bbb1442-bbe7-46e5-941e-3d63e9c725eb","product_id":"120e5181-f1f0-4d37-b0a4-a5e2fc1cf51c","title":"Green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017342217","barcode":"","position":1,"option1":"Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2740b306da2ce4dcdfe16c7c3edd038a.jpeg","path":"2740b306da2ce4dcdfe16c7c3edd038a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.86,"min_quantity":1}],"weight":"0","compare_at_price":"32.86","price":"32.86","retail_price":"32.86","available":true,"url":"\/products\/cotton-linen-women-dress-new-summer-dresses-green-white-9864?variant=1bbb1442-bbe7-46e5-941e-3d63e9c725eb","available_quantity":1000,"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}
`
}()}