${function() {
const variantData = data.variant || {"id":"2161781f-99e3-42ff-8d75-440b4f0480e4","product_id":"d26a67c4-51b2-4e3f-b304-b8af5f643c06","title":"HUNTER GREEN-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"a-HUNTER GREEN-XS-A00216092","barcode":"","position":13,"option1":"HUNTER GREEN","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b2de0ba3512ae09b904a3f61a1f00071.jpeg","path":"b2de0ba3512ae09b904a3f61a1f00071.jpeg","width":750,"height":796,"alt":"","aspect_ratio":0.9422110552763819},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"78.98","price":"39.99","retail_price":"78.98","available":true,"url":"\/products\/stretch-suit-pants?variant=2161781f-99e3-42ff-8d75-440b4f0480e4","available_quantity":999999999,"options":[{"name":"COLOR","value":"HUNTER GREEN"},{"name":"SIZE","value":"XS"}],"off_ratio":49,"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 : a-HUNTER GREEN-XS-A00216092
${function(){
const variantData = data.variant || {"id":"2161781f-99e3-42ff-8d75-440b4f0480e4","product_id":"d26a67c4-51b2-4e3f-b304-b8af5f643c06","title":"HUNTER GREEN-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"a-HUNTER GREEN-XS-A00216092","barcode":"","position":13,"option1":"HUNTER GREEN","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b2de0ba3512ae09b904a3f61a1f00071.jpeg","path":"b2de0ba3512ae09b904a3f61a1f00071.jpeg","width":750,"height":796,"alt":"","aspect_ratio":0.9422110552763819},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"78.98","price":"39.99","retail_price":"78.98","available":true,"url":"\/products\/stretch-suit-pants?variant=2161781f-99e3-42ff-8d75-440b4f0480e4","available_quantity":999999999,"options":[{"name":"COLOR","value":"HUNTER GREEN"},{"name":"SIZE","value":"XS"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}