${function() {
const variantData = data.variant || {"id":"1b268513-f44d-4b9d-b406-d5cba1ff9d03","product_id":"76d9087c-fb56-4064-8905-7ec29e7cbe0e","title":"XS","weight_unit":"lb","inventory_quantity":0,"sku":"78350_Kellygreen_XS","barcode":"1704339315089\/240","position":1,"option1":"XS","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":14.98,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"14.98","retail_price":"49.99","available":true,"url":"\/products\/obsessed-with-me-bomber-jacket-kelly-green?variant=1b268513-f44d-4b9d-b406-d5cba1ff9d03","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"off_ratio":70,"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 : 78350_Kellygreen_XS
Barcode : 1704339315089/240
${function(){
const variantData = data.variant || {"id":"1b268513-f44d-4b9d-b406-d5cba1ff9d03","product_id":"76d9087c-fb56-4064-8905-7ec29e7cbe0e","title":"XS","weight_unit":"lb","inventory_quantity":0,"sku":"78350_Kellygreen_XS","barcode":"1704339315089\/240","position":1,"option1":"XS","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":14.98,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"14.98","retail_price":"49.99","available":true,"url":"\/products\/obsessed-with-me-bomber-jacket-kelly-green?variant=1b268513-f44d-4b9d-b406-d5cba1ff9d03","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"off_ratio":70,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}