${function() {
const variantData = data.variant || {"id":"a9c5fdec-1c0d-4387-b443-5912a5f781b3","product_id":"d3428c6d-a87c-4d6f-92aa-fb292fea97d0","title":"green-M","weight_unit":"g","inventory_quantity":999,"sku":"1620261362739494913","barcode":"","position":7,"option1":"green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e6e70b697f5c6a72ea8daa94457db193.jpeg","path":"e6e70b697f5c6a72ea8daa94457db193.jpeg","width":1000,"height":1000,"alt":"19baef4fca101812fb44fdbb9fed84eb","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=a9c5fdec-1c0d-4387-b443-5912a5f781b3","available_quantity":999999999,"options":[{"name":"Color","value":"green"},{"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 : 1620261362739494913
Weight : 150g
${function(){
const variantData = data.variant || {"id":"a9c5fdec-1c0d-4387-b443-5912a5f781b3","product_id":"d3428c6d-a87c-4d6f-92aa-fb292fea97d0","title":"green-M","weight_unit":"g","inventory_quantity":999,"sku":"1620261362739494913","barcode":"","position":7,"option1":"green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e6e70b697f5c6a72ea8daa94457db193.jpeg","path":"e6e70b697f5c6a72ea8daa94457db193.jpeg","width":1000,"height":1000,"alt":"19baef4fca101812fb44fdbb9fed84eb","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=a9c5fdec-1c0d-4387-b443-5912a5f781b3","available_quantity":999999999,"options":[{"name":"Color","value":"green"},{"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}
`
}()}