${function() {
const variantData = data.variant || {"id":"774d0a4a-efc1-42ae-aaa0-0dad68fda19b","product_id":"e6fd6e73-f712-4adf-821e-ed91898e999c","title":"XS","weight_unit":"lb","inventory_quantity":0,"sku":"70896J_Sage_XS","barcode":"1704339679736\/910","position":1,"option1":"XS","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"24.99","retail_price":"0","available":true,"url":"\/products\/hazel-cargo-lounge-jogger-sage?variant=774d0a4a-efc1-42ae-aaa0-0dad68fda19b","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"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.
Sku : 70896J_Sage_XS
Barcode : 1704339679736/910
${function(){
const variantData = data.variant || {"id":"774d0a4a-efc1-42ae-aaa0-0dad68fda19b","product_id":"e6fd6e73-f712-4adf-821e-ed91898e999c","title":"XS","weight_unit":"lb","inventory_quantity":0,"sku":"70896J_Sage_XS","barcode":"1704339679736\/910","position":1,"option1":"XS","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"24.99","retail_price":"0","available":true,"url":"\/products\/hazel-cargo-lounge-jogger-sage?variant=774d0a4a-efc1-42ae-aaa0-0dad68fda19b","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}