${function() {
const variantData = data.variant || {"id":"e770556e-ff00-42b8-8b75-e3100281e230","product_id":"9fa6e3f5-a012-4a20-bd1e-cb6e103f616d","title":"XS","weight_unit":"lb","inventory_quantity":0,"sku":"JP2611_Black_XS","barcode":"1704339754095\/613","position":1,"option1":"XS","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":30.99,"min_quantity":1}],"weight":"0","compare_at_price":"44.99","price":"30.99","retail_price":"44.99","available":true,"url":"\/products\/annabel-snatched-jumpsuit-black?variant=e770556e-ff00-42b8-8b75-e3100281e230","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"off_ratio":31,"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 : JP2611_Black_XS
Barcode : 1704339754095/613
${function(){
const variantData = data.variant || {"id":"e770556e-ff00-42b8-8b75-e3100281e230","product_id":"9fa6e3f5-a012-4a20-bd1e-cb6e103f616d","title":"XS","weight_unit":"lb","inventory_quantity":0,"sku":"JP2611_Black_XS","barcode":"1704339754095\/613","position":1,"option1":"XS","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":30.99,"min_quantity":1}],"weight":"0","compare_at_price":"44.99","price":"30.99","retail_price":"44.99","available":true,"url":"\/products\/annabel-snatched-jumpsuit-black?variant=e770556e-ff00-42b8-8b75-e3100281e230","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"off_ratio":31,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}