${function() {
const variantData = data.variant || {"id":"ab5fc3fd-65ca-4fdf-b2ef-c970fb10fc05","product_id":"ab10db58-8d71-4afa-ae12-a07920ed49b9","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":188.88,"min_quantity":1}],"weight":"0","compare_at_price":"99","price":"188.88","retail_price":"99","available":true,"url":"\/products\/always-an-optimist-weightless-eye-primer?variant=ab5fc3fd-65ca-4fdf-b2ef-c970fb10fc05","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.
people are viewing this right now
${function(){
const variantData = data.variant || {"id":"ab5fc3fd-65ca-4fdf-b2ef-c970fb10fc05","product_id":"ab10db58-8d71-4afa-ae12-a07920ed49b9","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":188.88,"min_quantity":1}],"weight":"0","compare_at_price":"99","price":"188.88","retail_price":"99","available":true,"url":"\/products\/always-an-optimist-weightless-eye-primer?variant=ab5fc3fd-65ca-4fdf-b2ef-c970fb10fc05","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}
`
}()}