${function() {
const variantData = data.variant || {"id":"8e56a320-5e8c-4933-a18e-d4e1d6c22df8","product_id":"2a09d4ec-fe64-4ba6-97aa-c989202793f2","title":"White-M","weight_unit":"kg","inventory_quantity":1000,"sku":"PDYS-2302801-White-M","barcode":"","position":1,"option1":"White","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e35ea886aefd54a0cf1b6baafc3e37a7.jpeg","path":"e35ea886aefd54a0cf1b6baafc3e37a7.jpeg","width":540,"height":675,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":37.1,"min_quantity":1}],"weight":"0","compare_at_price":"74.2","price":"37.1","retail_price":"74.2","available":true,"url":"\/products\/mens-casual-polo-zipper-shorts-sleeve-suit-n7rp?variant=8e56a320-5e8c-4933-a18e-d4e1d6c22df8","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"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-2302801-White-M
${function(){
const variantData = data.variant || {"id":"8e56a320-5e8c-4933-a18e-d4e1d6c22df8","product_id":"2a09d4ec-fe64-4ba6-97aa-c989202793f2","title":"White-M","weight_unit":"kg","inventory_quantity":1000,"sku":"PDYS-2302801-White-M","barcode":"","position":1,"option1":"White","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e35ea886aefd54a0cf1b6baafc3e37a7.jpeg","path":"e35ea886aefd54a0cf1b6baafc3e37a7.jpeg","width":540,"height":675,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":37.1,"min_quantity":1}],"weight":"0","compare_at_price":"74.2","price":"37.1","retail_price":"74.2","available":true,"url":"\/products\/mens-casual-polo-zipper-shorts-sleeve-suit-n7rp?variant=8e56a320-5e8c-4933-a18e-d4e1d6c22df8","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"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}
`
}()}