${function() {
const variantData = data.variant || {"id":"e22d5c32-598c-4a48-ae24-6de5a852879a","product_id":"04004bfd-5d72-4390-88e0-c498cd63f2a1","title":"Navy-S","weight_unit":"g","inventory_quantity":0,"sku":"EA231101640_NAV_S","barcode":"","position":1,"option1":"Navy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44e9de6410ce26ef3c94000201c441d4.jpeg","path":"44e9de6410ce26ef3c94000201c441d4.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.99,"min_quantity":1}],"weight":"300","compare_at_price":"32","price":"18.99","retail_price":"32","available":true,"url":"\/products\/fly-out-of-the-cage-printed-mens-t-shirt-ea231101640-1?variant=e22d5c32-598c-4a48-ae24-6de5a852879a","available_quantity":999999999,"options":[{"name":"Color","value":"Navy"},{"name":"Size","value":"S"}],"off_ratio":41,"flashsale_info":[],"sales":1};
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}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : EA231101640_NAV_S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"e22d5c32-598c-4a48-ae24-6de5a852879a","product_id":"04004bfd-5d72-4390-88e0-c498cd63f2a1","title":"Navy-S","weight_unit":"g","inventory_quantity":0,"sku":"EA231101640_NAV_S","barcode":"","position":1,"option1":"Navy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44e9de6410ce26ef3c94000201c441d4.jpeg","path":"44e9de6410ce26ef3c94000201c441d4.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.99,"min_quantity":1}],"weight":"300","compare_at_price":"32","price":"18.99","retail_price":"32","available":true,"url":"\/products\/fly-out-of-the-cage-printed-mens-t-shirt-ea231101640-1?variant=e22d5c32-598c-4a48-ae24-6de5a852879a","available_quantity":999999999,"options":[{"name":"Color","value":"Navy"},{"name":"Size","value":"S"}],"off_ratio":41,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}