${function() {
const variantData = data.variant || {"id":"3d2815cc-9f47-4bfe-bb1c-d0e19b3cc925","product_id":"6c5ea11d-69c9-4982-b595-3f5d076289cf","title":"Golden Pink\/Taupe","weight_unit":"lb","inventory_quantity":0,"sku":"'1617030252","barcode":"","position":1,"option1":"Golden Pink\/Taupe","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f9a82edae668fb25fcafbe230b65e57a.jpeg","path":"f9a82edae668fb25fcafbe230b65e57a.jpeg","width":2048,"height":2048,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39","retail_price":"0","available":true,"url":"\/products\/bobbi-brown-dual-ended-long-wear-cream-shadow-stick?variant=3d2815cc-9f47-4bfe-bb1c-d0e19b3cc925","available_quantity":999999999,"options":[{"name":"Color","value":"Golden Pink\/Taupe"}],"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":"3d2815cc-9f47-4bfe-bb1c-d0e19b3cc925","product_id":"6c5ea11d-69c9-4982-b595-3f5d076289cf","title":"Golden Pink\/Taupe","weight_unit":"lb","inventory_quantity":0,"sku":"'1617030252","barcode":"","position":1,"option1":"Golden Pink\/Taupe","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f9a82edae668fb25fcafbe230b65e57a.jpeg","path":"f9a82edae668fb25fcafbe230b65e57a.jpeg","width":2048,"height":2048,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39","retail_price":"0","available":true,"url":"\/products\/bobbi-brown-dual-ended-long-wear-cream-shadow-stick?variant=3d2815cc-9f47-4bfe-bb1c-d0e19b3cc925","available_quantity":999999999,"options":[{"name":"Color","value":"Golden Pink\/Taupe"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}