${function() {
const variantData = data.variant || {"id":"e3128a78-14b3-4048-9e50-97c1f7599f95","product_id":"18fd528e-672f-4ba7-92da-df70053a774c","title":"same_as_photo-l","weight_unit":"kg","inventory_quantity":1000,"sku":"4850412","barcode":"","position":1,"option1":"same_as_photo","option2":"l","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ef934b8e77489c43021521e119084b04.jpeg","path":"ef934b8e77489c43021521e119084b04.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.23,"min_quantity":1}],"weight":"0","compare_at_price":"63.99","price":"26.23","retail_price":"63.99","available":true,"url":"\/products\/sexy-floral-print-backless-sleeveless-maxi-dress?variant=e3128a78-14b3-4048-9e50-97c1f7599f95","available_quantity":999999999,"options":[{"name":"Color","value":"same_as_photo"},{"name":"Size","value":"l"}],"off_ratio":59,"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.
${function(){
const variantData = data.variant || {"id":"e3128a78-14b3-4048-9e50-97c1f7599f95","product_id":"18fd528e-672f-4ba7-92da-df70053a774c","title":"same_as_photo-l","weight_unit":"kg","inventory_quantity":1000,"sku":"4850412","barcode":"","position":1,"option1":"same_as_photo","option2":"l","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ef934b8e77489c43021521e119084b04.jpeg","path":"ef934b8e77489c43021521e119084b04.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.23,"min_quantity":1}],"weight":"0","compare_at_price":"63.99","price":"26.23","retail_price":"63.99","available":true,"url":"\/products\/sexy-floral-print-backless-sleeveless-maxi-dress?variant=e3128a78-14b3-4048-9e50-97c1f7599f95","available_quantity":999999999,"options":[{"name":"Color","value":"same_as_photo"},{"name":"Size","value":"l"}],"off_ratio":59,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}