${function() {
const variantData = data.variant || {"id":"19dace25-4721-49ef-92fa-db169e4d7db4","product_id":"d3428c6d-a87c-4d6f-92aa-fb292fea97d0","title":"gray-M","weight_unit":"g","inventory_quantity":999,"sku":"1620261362794020866","barcode":"","position":13,"option1":"gray","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c8a229c0ede40d22e3b8f42c5f70b570.jpeg","path":"c8a229c0ede40d22e3b8f42c5f70b570.jpeg","width":1000,"height":1000,"alt":"cab1e6d5eff131a1182ce5d70abd3d2c","aspect_ratio":1},"wholesale_price":[{"price":16.98,"min_quantity":1}],"weight":"150","compare_at_price":"0","price":"16.98","retail_price":"0","available":true,"url":"\/products\/mens-vintage-print-oversized-t-shirt?variant=19dace25-4721-49ef-92fa-db169e4d7db4","available_quantity":999999999,"options":[{"name":"Color","value":"gray"},{"name":"Size","value":"M"}],"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 : 1620261362794020866
Weight : 150g
${function(){
const variantData = data.variant || {"id":"19dace25-4721-49ef-92fa-db169e4d7db4","product_id":"d3428c6d-a87c-4d6f-92aa-fb292fea97d0","title":"gray-M","weight_unit":"g","inventory_quantity":999,"sku":"1620261362794020866","barcode":"","position":13,"option1":"gray","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c8a229c0ede40d22e3b8f42c5f70b570.jpeg","path":"c8a229c0ede40d22e3b8f42c5f70b570.jpeg","width":1000,"height":1000,"alt":"cab1e6d5eff131a1182ce5d70abd3d2c","aspect_ratio":1},"wholesale_price":[{"price":16.98,"min_quantity":1}],"weight":"150","compare_at_price":"0","price":"16.98","retail_price":"0","available":true,"url":"\/products\/mens-vintage-print-oversized-t-shirt?variant=19dace25-4721-49ef-92fa-db169e4d7db4","available_quantity":999999999,"options":[{"name":"Color","value":"gray"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}