${function() {
const variantData = data.variant || {"id":"94b801da-dfaf-4da8-b817-61684714e772","product_id":"96417ec0-c12d-49a9-99d3-242a2e24dd41","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018249427","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4f84e455fd55db032e723cea7d1908af.jpeg","path":"4f84e455fd55db032e723cea7d1908af.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":25.35,"min_quantity":1}],"weight":"0","compare_at_price":"25.35","price":"25.35","retail_price":"25.35","available":true,"url":"\/products\/striped-balloon-sleeve-boho-round-neck-casual-dresses-3111?variant=94b801da-dfaf-4da8-b817-61684714e772","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"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":"94b801da-dfaf-4da8-b817-61684714e772","product_id":"96417ec0-c12d-49a9-99d3-242a2e24dd41","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018249427","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4f84e455fd55db032e723cea7d1908af.jpeg","path":"4f84e455fd55db032e723cea7d1908af.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":25.35,"min_quantity":1}],"weight":"0","compare_at_price":"25.35","price":"25.35","retail_price":"25.35","available":true,"url":"\/products\/striped-balloon-sleeve-boho-round-neck-casual-dresses-3111?variant=94b801da-dfaf-4da8-b817-61684714e772","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"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}
`
}()}