${function() {
const variantData = data.variant || {"id":"2c7f1fa4-d82e-4784-b6a6-b9ef77a6e073","product_id":"d7bc6187-1098-40fa-82ac-88562a27d137","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1465882280594554881","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/659f12f0d7fd7d4e29b34820313d0b0d.jpeg","path":"659f12f0d7fd7d4e29b34820313d0b0d.jpeg","width":600,"height":600,"alt":"7cd3c88ff11ab73b05229b5fa3c08161","aspect_ratio":1},"wholesale_price":[{"price":34.49,"min_quantity":1}],"weight":"600","compare_at_price":"0","price":"34.49","retail_price":"0","available":true,"url":"\/products\/mens-functional-style-deconstructed-casual-printing-long-sleeved-hooded-sweater?variant=2c7f1fa4-d82e-4784-b6a6-b9ef77a6e073","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 : 1465882280594554881
Weight : 600g
${function(){
const variantData = data.variant || {"id":"2c7f1fa4-d82e-4784-b6a6-b9ef77a6e073","product_id":"d7bc6187-1098-40fa-82ac-88562a27d137","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1465882280594554881","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/659f12f0d7fd7d4e29b34820313d0b0d.jpeg","path":"659f12f0d7fd7d4e29b34820313d0b0d.jpeg","width":600,"height":600,"alt":"7cd3c88ff11ab73b05229b5fa3c08161","aspect_ratio":1},"wholesale_price":[{"price":34.49,"min_quantity":1}],"weight":"600","compare_at_price":"0","price":"34.49","retail_price":"0","available":true,"url":"\/products\/mens-functional-style-deconstructed-casual-printing-long-sleeved-hooded-sweater?variant=2c7f1fa4-d82e-4784-b6a6-b9ef77a6e073","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}
`
}()}