${function() {
const variantData = data.variant || {"id":"57ed52be-ffc6-4ab2-a07c-abc8b7171070","product_id":"81485547-9ec2-4e59-b603-93e99270ac5b","title":"Dark Grey-S","weight_unit":"lb","inventory_quantity":1000,"sku":"2023010461SBE-Dark Grey-S","barcode":"","position":1,"option1":"Dark Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f144e11e150dbb06cd0fdfc39256ff21.jpeg","path":"f144e11e150dbb06cd0fdfc39256ff21.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"32.99","price":"24.99","retail_price":"32.99","available":true,"url":"\/products\/hippie-guitar-lake-there-will-be-an-answer-let-it-be-print-sweatshirt-3?variant=57ed52be-ffc6-4ab2-a07c-abc8b7171070","available_quantity":1000,"options":[{"name":"Color","value":"Dark Grey"},{"name":"Size","value":"S"}],"off_ratio":24,"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 : 2023010461SBE-Dark Grey-S
${function(){
const variantData = data.variant || {"id":"57ed52be-ffc6-4ab2-a07c-abc8b7171070","product_id":"81485547-9ec2-4e59-b603-93e99270ac5b","title":"Dark Grey-S","weight_unit":"lb","inventory_quantity":1000,"sku":"2023010461SBE-Dark Grey-S","barcode":"","position":1,"option1":"Dark Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f144e11e150dbb06cd0fdfc39256ff21.jpeg","path":"f144e11e150dbb06cd0fdfc39256ff21.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"32.99","price":"24.99","retail_price":"32.99","available":true,"url":"\/products\/hippie-guitar-lake-there-will-be-an-answer-let-it-be-print-sweatshirt-3?variant=57ed52be-ffc6-4ab2-a07c-abc8b7171070","available_quantity":1000,"options":[{"name":"Color","value":"Dark Grey"},{"name":"Size","value":"S"}],"off_ratio":24,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}