${function() {
const variantData = data.variant || {"id":"21b329e6-f2b8-4f89-abc1-69875fd236e9","product_id":"44e37479-f5d4-47ba-94c9-c13fa7e9c885","title":"black","weight_unit":"kg","inventory_quantity":997,"sku":"58831475-black","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec9700e05c54a98806a69d42cbb607fd.webp","path":"ec9700e05c54a98806a69d42cbb607fd.webp","width":751,"height":751,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"23.99","retail_price":"0","available":true,"url":"\/products\/jsvery-2022-new-chest-bag-men-functional-vest-korea-harajuku-street-style-large-capacity-crossbody-bag-for-women-black-cotten-messenger-bag?variant=21b329e6-f2b8-4f89-abc1-69875fd236e9","available_quantity":999999999,"options":[{"name":"Color","value":"black"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"21b329e6-f2b8-4f89-abc1-69875fd236e9","product_id":"44e37479-f5d4-47ba-94c9-c13fa7e9c885","title":"black","weight_unit":"kg","inventory_quantity":997,"sku":"58831475-black","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec9700e05c54a98806a69d42cbb607fd.webp","path":"ec9700e05c54a98806a69d42cbb607fd.webp","width":751,"height":751,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"23.99","retail_price":"0","available":true,"url":"\/products\/jsvery-2022-new-chest-bag-men-functional-vest-korea-harajuku-street-style-large-capacity-crossbody-bag-for-women-black-cotten-messenger-bag?variant=21b329e6-f2b8-4f89-abc1-69875fd236e9","available_quantity":999999999,"options":[{"name":"Color","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}