${function() {
const variantData = data.variant || {"id":"12205b23-3fee-435a-9884-2b44b778ff75","product_id":"585a6629-52b7-47b6-bc29-dc951ebc83bc","title":"Green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"PDYS-2342006-Green-M","barcode":"","position":1,"option1":"Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d3a918a56e5ce99d41ec0c6f8ef29656.jpeg","path":"d3a918a56e5ce99d41ec0c6f8ef29656.jpeg","width":530,"height":650,"alt":"","aspect_ratio":0.8153846153846154},"wholesale_price":[{"price":40.12,"min_quantity":1}],"weight":"0","compare_at_price":"80.24","price":"40.12","retail_price":"80.24","available":true,"url":"\/products\/mens-solid-sports-casual-short-sleeve-polo-shirt-and-pants-co-ord-8j8n?variant=12205b23-3fee-435a-9884-2b44b778ff75","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"M"}],"off_ratio":50,"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 : PDYS-2342006-Green-M
${function(){
const variantData = data.variant || {"id":"12205b23-3fee-435a-9884-2b44b778ff75","product_id":"585a6629-52b7-47b6-bc29-dc951ebc83bc","title":"Green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"PDYS-2342006-Green-M","barcode":"","position":1,"option1":"Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d3a918a56e5ce99d41ec0c6f8ef29656.jpeg","path":"d3a918a56e5ce99d41ec0c6f8ef29656.jpeg","width":530,"height":650,"alt":"","aspect_ratio":0.8153846153846154},"wholesale_price":[{"price":40.12,"min_quantity":1}],"weight":"0","compare_at_price":"80.24","price":"40.12","retail_price":"80.24","available":true,"url":"\/products\/mens-solid-sports-casual-short-sleeve-polo-shirt-and-pants-co-ord-8j8n?variant=12205b23-3fee-435a-9884-2b44b778ff75","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"M"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}