${function() {
const variantData = data.variant || {"id":"51753ac2-46dc-4eb1-9aa6-4ee99fc9b4ee","product_id":"6f99c741-c487-4f33-80a5-50fb50c1f06c","title":"","weight_unit":"lb","inventory_quantity":0,"sku":"'1430902199","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":68,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"68","retail_price":"0","available":true,"url":"\/products\/lune-aster-realglow-face-eye-palette?variant=51753ac2-46dc-4eb1-9aa6-4ee99fc9b4ee","available_quantity":999999999,"options":[],"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 + '%'
: ``
)}
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"51753ac2-46dc-4eb1-9aa6-4ee99fc9b4ee","product_id":"6f99c741-c487-4f33-80a5-50fb50c1f06c","title":"","weight_unit":"lb","inventory_quantity":0,"sku":"'1430902199","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":68,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"68","retail_price":"0","available":true,"url":"\/products\/lune-aster-realglow-face-eye-palette?variant=51753ac2-46dc-4eb1-9aa6-4ee99fc9b4ee","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}