${function() {
const variantData = data.variant || {"id":"12890ea3-767f-47e7-b67d-fd00e41d387a","product_id":"f9d1ff5a-698c-4901-8e58-97d259a43346","title":"1.7 oz","weight_unit":"lb","inventory_quantity":0,"sku":"'9122291709","barcode":"","position":1,"option1":"1.7 oz","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dae60dbf61c9ee05626d4473abc2fb33.jpeg","path":"dae60dbf61c9ee05626d4473abc2fb33.jpeg","width":2048,"height":2048,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"95","retail_price":"0","available":true,"url":"\/products\/trish-mcevoy-number-9-blackberry-and-vanilla-musk-eau-de-parfum?variant=12890ea3-767f-47e7-b67d-fd00e41d387a","available_quantity":999999999,"options":[{"name":"Size","value":"1.7 oz"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"12890ea3-767f-47e7-b67d-fd00e41d387a","product_id":"f9d1ff5a-698c-4901-8e58-97d259a43346","title":"1.7 oz","weight_unit":"lb","inventory_quantity":0,"sku":"'9122291709","barcode":"","position":1,"option1":"1.7 oz","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dae60dbf61c9ee05626d4473abc2fb33.jpeg","path":"dae60dbf61c9ee05626d4473abc2fb33.jpeg","width":2048,"height":2048,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"95","retail_price":"0","available":true,"url":"\/products\/trish-mcevoy-number-9-blackberry-and-vanilla-musk-eau-de-parfum?variant=12890ea3-767f-47e7-b67d-fd00e41d387a","available_quantity":999999999,"options":[{"name":"Size","value":"1.7 oz"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}