${function() {
const variantData = data.variant || {"id":"c6a8a579-d474-4cc9-8e7f-239702816ae9","product_id":"2a08b860-1a22-4595-91f6-947ed9ef4a54","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"HP-Black-S-A00251280","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6532ff1c6af953fce54c4a3e5aec8088.jpeg","path":"6532ff1c6af953fce54c4a3e5aec8088.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"36.99","price":"24.99","retail_price":"36.99","available":true,"url":"\/products\/womens-sanderson-witch-museum-halloween-casual-sweatshirt?variant=c6a8a579-d474-4cc9-8e7f-239702816ae9","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":32,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 : HP-Black-S-A00251280
${function(){
const variantData = data.variant || {"id":"c6a8a579-d474-4cc9-8e7f-239702816ae9","product_id":"2a08b860-1a22-4595-91f6-947ed9ef4a54","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"HP-Black-S-A00251280","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6532ff1c6af953fce54c4a3e5aec8088.jpeg","path":"6532ff1c6af953fce54c4a3e5aec8088.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"36.99","price":"24.99","retail_price":"36.99","available":true,"url":"\/products\/womens-sanderson-witch-museum-halloween-casual-sweatshirt?variant=c6a8a579-d474-4cc9-8e7f-239702816ae9","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":32,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}