${function() {
const variantData = data.variant || {"id":"b36ba1a2-35a5-4e6e-853c-62f494eea441","product_id":"03c9b89b-0568-4547-b685-078dadbfe602","title":"LightGrey-S","weight_unit":"g","inventory_quantity":0,"sku":"EA23071978_LGY_S","barcode":"","position":13,"option1":"LightGrey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/38c9a127cf0c56f833ee08a7cb0448ac.png","path":"38c9a127cf0c56f833ee08a7cb0448ac.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.99,"min_quantity":1}],"weight":"300","compare_at_price":"31.99","price":"18.99","retail_price":"31.99","available":true,"url":"\/products\/map-geometry-print-womens-t-shirt-ea23071978-1?variant=b36ba1a2-35a5-4e6e-853c-62f494eea441","available_quantity":999999999,"options":[{"name":"Color","value":"LightGrey"},{"name":"Size","value":"S"}],"off_ratio":41,"flashsale_info":[],"sales":1};
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 : EA23071978_LGY_S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"b36ba1a2-35a5-4e6e-853c-62f494eea441","product_id":"03c9b89b-0568-4547-b685-078dadbfe602","title":"LightGrey-S","weight_unit":"g","inventory_quantity":0,"sku":"EA23071978_LGY_S","barcode":"","position":13,"option1":"LightGrey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/38c9a127cf0c56f833ee08a7cb0448ac.png","path":"38c9a127cf0c56f833ee08a7cb0448ac.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.99,"min_quantity":1}],"weight":"300","compare_at_price":"31.99","price":"18.99","retail_price":"31.99","available":true,"url":"\/products\/map-geometry-print-womens-t-shirt-ea23071978-1?variant=b36ba1a2-35a5-4e6e-853c-62f494eea441","available_quantity":999999999,"options":[{"name":"Color","value":"LightGrey"},{"name":"Size","value":"S"}],"off_ratio":41,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}