${function() {
const variantData = data.variant || {"id":"ea8a5815-647e-48d7-9e57-f14a1b2beb04","product_id":"8c1fc772-0c86-4edc-a58e-851481ffb1bf","title":"1 oz","weight_unit":"lb","inventory_quantity":0,"sku":"'1008149075","barcode":"","position":1,"option1":"1 oz","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1de0f14eb16076267f39ba15083adc48.jpeg","path":"1de0f14eb16076267f39ba15083adc48.jpeg","width":2048,"height":2048,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"12","retail_price":"0","available":true,"url":"\/products\/r-co-bleu-super-style-creme-2022?variant=ea8a5815-647e-48d7-9e57-f14a1b2beb04","available_quantity":999999999,"options":[{"name":"Size","value":"1 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":"ea8a5815-647e-48d7-9e57-f14a1b2beb04","product_id":"8c1fc772-0c86-4edc-a58e-851481ffb1bf","title":"1 oz","weight_unit":"lb","inventory_quantity":0,"sku":"'1008149075","barcode":"","position":1,"option1":"1 oz","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1de0f14eb16076267f39ba15083adc48.jpeg","path":"1de0f14eb16076267f39ba15083adc48.jpeg","width":2048,"height":2048,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"12","retail_price":"0","available":true,"url":"\/products\/r-co-bleu-super-style-creme-2022?variant=ea8a5815-647e-48d7-9e57-f14a1b2beb04","available_quantity":999999999,"options":[{"name":"Size","value":"1 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}
`
}()}