${function() {
const variantData = data.variant || {"id":"35dae6e5-ab62-47e9-8ce7-defb08a1dd1e","product_id":"e89f7f4c-600a-4edc-9f9d-55794a9b0d7b","title":"Brown-M","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017227621","barcode":"","position":1,"option1":"Brown","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/57576bf237e4cdb837f97f4c4341f07d.jpeg","path":"57576bf237e4cdb837f97f4c4341f07d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.91,"min_quantity":1}],"weight":"0","compare_at_price":"27.91","price":"27.91","retail_price":"27.91","available":true,"url":"\/products\/summer-women-cotton-linen-shirt-dress-2021-short-sleeve-femme-solid-casual-loose-long-dresses-plus-size-vestidos-4470?variant=35dae6e5-ab62-47e9-8ce7-defb08a1dd1e","available_quantity":1000,"options":[{"name":"Color","value":"Brown"},{"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":"35dae6e5-ab62-47e9-8ce7-defb08a1dd1e","product_id":"e89f7f4c-600a-4edc-9f9d-55794a9b0d7b","title":"Brown-M","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017227621","barcode":"","position":1,"option1":"Brown","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/57576bf237e4cdb837f97f4c4341f07d.jpeg","path":"57576bf237e4cdb837f97f4c4341f07d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.91,"min_quantity":1}],"weight":"0","compare_at_price":"27.91","price":"27.91","retail_price":"27.91","available":true,"url":"\/products\/summer-women-cotton-linen-shirt-dress-2021-short-sleeve-femme-solid-casual-loose-long-dresses-plus-size-vestidos-4470?variant=35dae6e5-ab62-47e9-8ce7-defb08a1dd1e","available_quantity":1000,"options":[{"name":"Color","value":"Brown"},{"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}
`
}()}