${function() {
const variantData = data.variant || {"id":"fe4b1670-5942-4d9c-af61-f04641745c00","product_id":"eaed32c0-87f0-42bb-8614-5bb069b051de","title":"white-S","weight_unit":"kg","inventory_quantity":200,"sku":"UR0906-white-S","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b24c296bdedad63a4cda9f8ff4e99516.jpeg","path":"b24c296bdedad63a4cda9f8ff4e99516.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"46.99","price":"31.99","retail_price":"46.99","available":true,"url":"\/products\/womens-printed-v-neck-long-sleeved-t-shirt?variant=fe4b1670-5942-4d9c-af61-f04641745c00","available_quantity":200,"options":[{"name":"color","value":"white"},{"name":"size","value":"S"}],"off_ratio":32,"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 : UR0906-white-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"fe4b1670-5942-4d9c-af61-f04641745c00","product_id":"eaed32c0-87f0-42bb-8614-5bb069b051de","title":"white-S","weight_unit":"kg","inventory_quantity":200,"sku":"UR0906-white-S","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b24c296bdedad63a4cda9f8ff4e99516.jpeg","path":"b24c296bdedad63a4cda9f8ff4e99516.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"46.99","price":"31.99","retail_price":"46.99","available":true,"url":"\/products\/womens-printed-v-neck-long-sleeved-t-shirt?variant=fe4b1670-5942-4d9c-af61-f04641745c00","available_quantity":200,"options":[{"name":"color","value":"white"},{"name":"size","value":"S"}],"off_ratio":32,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}