${function() {
const variantData = data.variant || {"id":"3d564cd6-1872-41cd-9543-b68e688de89b","product_id":"1b176b8a-e223-4345-916a-4160fe6b59bd","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018171397","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e6a3b17e755798430196b2fe3ed30bc5.jpeg","path":"e6a3b17e755798430196b2fe3ed30bc5.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":17.95,"min_quantity":1}],"weight":"0","compare_at_price":"17.95","price":"17.95","retail_price":"17.95","available":true,"url":"\/products\/short-sleeve-floral-cotton-crew-neck-casual-dresses-8287?variant=3d564cd6-1872-41cd-9543-b68e688de89b","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"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":"3d564cd6-1872-41cd-9543-b68e688de89b","product_id":"1b176b8a-e223-4345-916a-4160fe6b59bd","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018171397","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e6a3b17e755798430196b2fe3ed30bc5.jpeg","path":"e6a3b17e755798430196b2fe3ed30bc5.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":17.95,"min_quantity":1}],"weight":"0","compare_at_price":"17.95","price":"17.95","retail_price":"17.95","available":true,"url":"\/products\/short-sleeve-floral-cotton-crew-neck-casual-dresses-8287?variant=3d564cd6-1872-41cd-9543-b68e688de89b","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"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}
`
}()}