${function() {
const variantData = data.variant || {"id":"4944ea9b-3039-45a7-ba23-bf69628df782","product_id":"7bf761da-af47-4281-a59c-f34707a67306","title":"XS","weight_unit":"lb","inventory_quantity":0,"sku":"78946_Kellygreen_XS","barcode":"1704339327506\/515","position":1,"option1":"XS","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":17.98,"min_quantity":1}],"weight":"0","compare_at_price":"44.99","price":"17.98","retail_price":"44.99","available":true,"url":"\/products\/were-on-the-go-cropped-puffer-jacket-kelly-green?variant=4944ea9b-3039-45a7-ba23-bf69628df782","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"off_ratio":60,"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 : 78946_Kellygreen_XS
Barcode : 1704339327506/515
${function(){
const variantData = data.variant || {"id":"4944ea9b-3039-45a7-ba23-bf69628df782","product_id":"7bf761da-af47-4281-a59c-f34707a67306","title":"XS","weight_unit":"lb","inventory_quantity":0,"sku":"78946_Kellygreen_XS","barcode":"1704339327506\/515","position":1,"option1":"XS","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":17.98,"min_quantity":1}],"weight":"0","compare_at_price":"44.99","price":"17.98","retail_price":"44.99","available":true,"url":"\/products\/were-on-the-go-cropped-puffer-jacket-kelly-green?variant=4944ea9b-3039-45a7-ba23-bf69628df782","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}