${function() {
const variantData = data.variant || {"id":"aef7fa44-a588-4b39-843b-f65c7015cb51","product_id":"c81119e5-9a98-4d94-9673-a4a1054ed31a","title":"Dark Grey-S","weight_unit":"lb","inventory_quantity":1000,"sku":"2023010460SBE-Dark Grey-S","barcode":"","position":1,"option1":"Dark Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/26cc46c145f5b5a456a8537da2be2f21.jpeg","path":"26cc46c145f5b5a456a8537da2be2f21.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"33.99","price":"24.99","retail_price":"33.99","available":true,"url":"\/products\/fashionable-print-long-sleeve-sweatshirt-16?variant=aef7fa44-a588-4b39-843b-f65c7015cb51","available_quantity":1000,"options":[{"name":"Color","value":"Dark Grey"},{"name":"Size","value":"S"}],"off_ratio":26,"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}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : 2023010460SBE-Dark Grey-S
${function(){
const variantData = data.variant || {"id":"aef7fa44-a588-4b39-843b-f65c7015cb51","product_id":"c81119e5-9a98-4d94-9673-a4a1054ed31a","title":"Dark Grey-S","weight_unit":"lb","inventory_quantity":1000,"sku":"2023010460SBE-Dark Grey-S","barcode":"","position":1,"option1":"Dark Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/26cc46c145f5b5a456a8537da2be2f21.jpeg","path":"26cc46c145f5b5a456a8537da2be2f21.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"33.99","price":"24.99","retail_price":"33.99","available":true,"url":"\/products\/fashionable-print-long-sleeve-sweatshirt-16?variant=aef7fa44-a588-4b39-843b-f65c7015cb51","available_quantity":1000,"options":[{"name":"Color","value":"Dark Grey"},{"name":"Size","value":"S"}],"off_ratio":26,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}