${function() {
const variantData = data.variant || {"id":"439cc3df-8eb8-48df-bfcd-1cae3232af1e","product_id":"ae8900e6-bf29-44f1-81e9-36c04a203991","title":"Olive-S","weight_unit":"g","inventory_quantity":0,"sku":"EA250103401_OLV_S","barcode":"","position":1,"option1":"Olive","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/06eb43eb13b655904b3332e71ed3c35c.jpeg","path":"06eb43eb13b655904b3332e71ed3c35c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/platypus-anatomy-washed-printed-t-shirt-ea250103401-1?variant=439cc3df-8eb8-48df-bfcd-1cae3232af1e","available_quantity":999999999,"options":[{"name":"Color","value":"Olive"},{"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 : EA250103401_OLV_S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"439cc3df-8eb8-48df-bfcd-1cae3232af1e","product_id":"ae8900e6-bf29-44f1-81e9-36c04a203991","title":"Olive-S","weight_unit":"g","inventory_quantity":0,"sku":"EA250103401_OLV_S","barcode":"","position":1,"option1":"Olive","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/06eb43eb13b655904b3332e71ed3c35c.jpeg","path":"06eb43eb13b655904b3332e71ed3c35c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/platypus-anatomy-washed-printed-t-shirt-ea250103401-1?variant=439cc3df-8eb8-48df-bfcd-1cae3232af1e","available_quantity":999999999,"options":[{"name":"Color","value":"Olive"},{"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}
`
}()}