${function() {
const variantData = data.variant || {"id":"c58f06b0-a9e8-4e94-a480-bb8f73274f1f","product_id":"231b9729-eb02-40e5-af78-8383a009ccda","title":"white-M","weight_unit":"kg","inventory_quantity":1000,"sku":"PDYS-23072801-white-M","barcode":"","position":1,"option1":"white","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68007ffa9a5cf6a009aface503a54190.jpeg","path":"68007ffa9a5cf6a009aface503a54190.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.72,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"37.72","retail_price":"0","available":true,"url":"\/products\/lion-stripe-print-short-sleeve-polo-shirt-and-shorts-co-ord?variant=c58f06b0-a9e8-4e94-a480-bb8f73274f1f","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-23072801-white-M
${function(){
const variantData = data.variant || {"id":"c58f06b0-a9e8-4e94-a480-bb8f73274f1f","product_id":"231b9729-eb02-40e5-af78-8383a009ccda","title":"white-M","weight_unit":"kg","inventory_quantity":1000,"sku":"PDYS-23072801-white-M","barcode":"","position":1,"option1":"white","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68007ffa9a5cf6a009aface503a54190.jpeg","path":"68007ffa9a5cf6a009aface503a54190.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.72,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"37.72","retail_price":"0","available":true,"url":"\/products\/lion-stripe-print-short-sleeve-polo-shirt-and-shorts-co-ord?variant=c58f06b0-a9e8-4e94-a480-bb8f73274f1f","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}
`
}()}