${function() {
const variantData = data.variant || {"id":"fda2ffe9-3977-4bc6-a742-2aee6b39d01b","product_id":"c44e9377-0a05-493f-8fcc-de08c408c4fe","title":"Stripe-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018242563","barcode":"","position":1,"option1":"Stripe","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10337e6fce5a719e010e5664dbe5fc0a.jpeg","path":"10337e6fce5a719e010e5664dbe5fc0a.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.82,"min_quantity":1}],"weight":"0","compare_at_price":"26.82","price":"26.82","retail_price":"26.82","available":true,"url":"\/products\/shawl-collar-women-casual-dresses-daily-striped-midi-dresses-8466?variant=fda2ffe9-3977-4bc6-a742-2aee6b39d01b","available_quantity":1000,"options":[{"name":"Color","value":"Stripe"},{"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":"fda2ffe9-3977-4bc6-a742-2aee6b39d01b","product_id":"c44e9377-0a05-493f-8fcc-de08c408c4fe","title":"Stripe-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018242563","barcode":"","position":1,"option1":"Stripe","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10337e6fce5a719e010e5664dbe5fc0a.jpeg","path":"10337e6fce5a719e010e5664dbe5fc0a.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.82,"min_quantity":1}],"weight":"0","compare_at_price":"26.82","price":"26.82","retail_price":"26.82","available":true,"url":"\/products\/shawl-collar-women-casual-dresses-daily-striped-midi-dresses-8466?variant=fda2ffe9-3977-4bc6-a742-2aee6b39d01b","available_quantity":1000,"options":[{"name":"Color","value":"Stripe"},{"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}
`
}()}