${function() {
const variantData = data.variant || {"id":"df3d2444-8d5b-4b7a-908b-de9e528242ee","product_id":"d839cc65-dd2f-40bf-8909-55761cd3d3cc","title":"White-M","weight_unit":"kg","inventory_quantity":1000,"sku":"PDYS-23022101-White-M","barcode":"","position":1,"option1":"White","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/02a986541c9ba9b2ba1e58bf49c0251c.jpeg","path":"02a986541c9ba9b2ba1e58bf49c0251c.jpeg","width":705,"height":707,"alt":"","aspect_ratio":0.9971711456859972},"wholesale_price":[{"price":39.24,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39.24","retail_price":"0","available":true,"url":"\/products\/mens-solid-sports-casual-short-sleeve-polo-shirt-and-pants-co-ord-v6gv?variant=df3d2444-8d5b-4b7a-908b-de9e528242ee","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"M"}],"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 : PDYS-23022101-White-M
${function(){
const variantData = data.variant || {"id":"df3d2444-8d5b-4b7a-908b-de9e528242ee","product_id":"d839cc65-dd2f-40bf-8909-55761cd3d3cc","title":"White-M","weight_unit":"kg","inventory_quantity":1000,"sku":"PDYS-23022101-White-M","barcode":"","position":1,"option1":"White","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/02a986541c9ba9b2ba1e58bf49c0251c.jpeg","path":"02a986541c9ba9b2ba1e58bf49c0251c.jpeg","width":705,"height":707,"alt":"","aspect_ratio":0.9971711456859972},"wholesale_price":[{"price":39.24,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39.24","retail_price":"0","available":true,"url":"\/products\/mens-solid-sports-casual-short-sleeve-polo-shirt-and-pants-co-ord-v6gv?variant=df3d2444-8d5b-4b7a-908b-de9e528242ee","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}