${function() {
const variantData = data.variant || {"id":"0b45b972-d8cb-434d-bd4f-eb99f58cf108","product_id":"f0ef1dfc-f0e7-4f58-baec-dbfc86c90085","title":"Black-S","weight_unit":"g","inventory_quantity":0,"sku":"EA250106807_BLK_S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1d251295407940a69fce37805dc857b1.jpeg","path":"1d251295407940a69fce37805dc857b1.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"26.99","retail_price":"0","available":true,"url":"\/products\/mens-viking-fork-washed-t-shirt-ea250106807-1?variant=0b45b972-d8cb-434d-bd4f-eb99f58cf108","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 : EA250106807_BLK_S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"0b45b972-d8cb-434d-bd4f-eb99f58cf108","product_id":"f0ef1dfc-f0e7-4f58-baec-dbfc86c90085","title":"Black-S","weight_unit":"g","inventory_quantity":0,"sku":"EA250106807_BLK_S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1d251295407940a69fce37805dc857b1.jpeg","path":"1d251295407940a69fce37805dc857b1.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"26.99","retail_price":"0","available":true,"url":"\/products\/mens-viking-fork-washed-t-shirt-ea250106807-1?variant=0b45b972-d8cb-434d-bd4f-eb99f58cf108","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}
`
}()}