${function() {
const variantData = data.variant || {"id":"933931b0-c02a-4ee8-9e3b-f7d0bfe705f9","product_id":"4021c04a-c797-4cd1-92a8-5b1ddeb78583","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1735603616406196225","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4dc56d06254851f6a2d5b4bacbcec69c.jpeg","path":"4dc56d06254851f6a2d5b4bacbcec69c.jpeg","width":1800,"height":1800,"alt":"70cab607b184352610655cc141320f98","aspect_ratio":1},"wholesale_price":[{"price":31.75,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"31.75","retail_price":"0","available":true,"url":"\/products\/oversize-monster-energy-hoodie-wgs6?variant=933931b0-c02a-4ee8-9e3b-f7d0bfe705f9","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"S"}],"off_ratio":0,"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 : 1735603616406196225
Weight : 500g
${function(){
const variantData = data.variant || {"id":"933931b0-c02a-4ee8-9e3b-f7d0bfe705f9","product_id":"4021c04a-c797-4cd1-92a8-5b1ddeb78583","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1735603616406196225","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4dc56d06254851f6a2d5b4bacbcec69c.jpeg","path":"4dc56d06254851f6a2d5b4bacbcec69c.jpeg","width":1800,"height":1800,"alt":"70cab607b184352610655cc141320f98","aspect_ratio":1},"wholesale_price":[{"price":31.75,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"31.75","retail_price":"0","available":true,"url":"\/products\/oversize-monster-energy-hoodie-wgs6?variant=933931b0-c02a-4ee8-9e3b-f7d0bfe705f9","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}