${function() {
const variantData = data.variant || {"id":"e804fbde-4aac-40be-bce7-6704268a9fcc","product_id":"2aaf9b5b-08a6-489b-8285-00411b249515","title":"Beige-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018105401","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c61c8871024e3c282799b707fe7830ab.jpeg","path":"c61c8871024e3c282799b707fe7830ab.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.42,"min_quantity":1}],"weight":"0","compare_at_price":"34.42","price":"34.42","retail_price":"34.42","available":true,"url":"\/products\/women-vintage-cotton-linen-dresses-3549?variant=e804fbde-4aac-40be-bce7-6704268a9fcc","available_quantity":1000,"options":[{"name":"Color","value":"Beige"},{"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":"e804fbde-4aac-40be-bce7-6704268a9fcc","product_id":"2aaf9b5b-08a6-489b-8285-00411b249515","title":"Beige-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018105401","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c61c8871024e3c282799b707fe7830ab.jpeg","path":"c61c8871024e3c282799b707fe7830ab.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.42,"min_quantity":1}],"weight":"0","compare_at_price":"34.42","price":"34.42","retail_price":"34.42","available":true,"url":"\/products\/women-vintage-cotton-linen-dresses-3549?variant=e804fbde-4aac-40be-bce7-6704268a9fcc","available_quantity":1000,"options":[{"name":"Color","value":"Beige"},{"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}
`
}()}