${function() {
const variantData = data.variant || {"id":"4c96c064-3fd8-4dfe-b45a-454e3906b265","product_id":"b0811dcd-6e1e-41ea-bf49-6ca8fe749109","title":"Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4433934","barcode":"4433934","position":1,"option1":"Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2f7fdaf35deb9e72db19613832894738.jpeg","path":"2f7fdaf35deb9e72db19613832894738.jpeg","width":464,"height":696,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":18.71,"min_quantity":1}],"weight":"0.19","compare_at_price":"38.99","price":"18.71","retail_price":"38.99","available":true,"url":"\/products\/random-stripe-short-sleeves-irregular-hem-midi-dress?variant=4c96c064-3fd8-4dfe-b45a-454e3906b265","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"s"}],"off_ratio":52,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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.
Sku : 4433934
Weight : 0.19kg
Barcode : 4433934
${function(){
const variantData = data.variant || {"id":"4c96c064-3fd8-4dfe-b45a-454e3906b265","product_id":"b0811dcd-6e1e-41ea-bf49-6ca8fe749109","title":"Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4433934","barcode":"4433934","position":1,"option1":"Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2f7fdaf35deb9e72db19613832894738.jpeg","path":"2f7fdaf35deb9e72db19613832894738.jpeg","width":464,"height":696,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":18.71,"min_quantity":1}],"weight":"0.19","compare_at_price":"38.99","price":"18.71","retail_price":"38.99","available":true,"url":"\/products\/random-stripe-short-sleeves-irregular-hem-midi-dress?variant=4c96c064-3fd8-4dfe-b45a-454e3906b265","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"s"}],"off_ratio":52,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}