${function() {
const variantData = data.variant || {"id":"3ece33ce-722a-4581-81ec-670074f0c461","product_id":"3195c026-a408-4b33-8497-067eb1ec1bfd","title":"Navy-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017419018","barcode":"","position":1,"option1":"Navy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/063591359b310bf1a3110f071cce3760.jpeg","path":"063591359b310bf1a3110f071cce3760.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.14,"min_quantity":1}],"weight":"0","compare_at_price":"38.14","price":"38.14","retail_price":"38.14","available":true,"url":"\/products\/women-casual-loose-shirt-dresses-pockets-knee-length-sundress-2759?variant=3ece33ce-722a-4581-81ec-670074f0c461","available_quantity":1000,"options":[{"name":"Color","value":"Navy"},{"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":"3ece33ce-722a-4581-81ec-670074f0c461","product_id":"3195c026-a408-4b33-8497-067eb1ec1bfd","title":"Navy-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017419018","barcode":"","position":1,"option1":"Navy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/063591359b310bf1a3110f071cce3760.jpeg","path":"063591359b310bf1a3110f071cce3760.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.14,"min_quantity":1}],"weight":"0","compare_at_price":"38.14","price":"38.14","retail_price":"38.14","available":true,"url":"\/products\/women-casual-loose-shirt-dresses-pockets-knee-length-sundress-2759?variant=3ece33ce-722a-4581-81ec-670074f0c461","available_quantity":1000,"options":[{"name":"Color","value":"Navy"},{"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}
`
}()}