${function() {
const variantData = data.variant || {"id":"fbd53df4-1721-405e-b552-276a214df270","product_id":"d056a0a2-8fc2-44a9-84e3-ed5ac1beeb55","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"YS-CS23102402-Yellow-S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae03bc45559feab6c248408b09ac47ad.jpeg","path":"ae03bc45559feab6c248408b09ac47ad.jpeg","width":814,"height":1085,"alt":"","aspect_ratio":0.7502304147465437},"wholesale_price":[{"price":39.9,"min_quantity":1}],"weight":"0","compare_at_price":"52.8","price":"39.9","retail_price":"52.8","available":true,"url":"\/products\/plus-size-off-the-shoulder-mid-length-dress-d1ml?variant=fbd53df4-1721-405e-b552-276a214df270","available_quantity":999999999,"options":[{"name":"colour","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":24,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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.
${function(){
const variantData = data.variant || {"id":"fbd53df4-1721-405e-b552-276a214df270","product_id":"d056a0a2-8fc2-44a9-84e3-ed5ac1beeb55","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"YS-CS23102402-Yellow-S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae03bc45559feab6c248408b09ac47ad.jpeg","path":"ae03bc45559feab6c248408b09ac47ad.jpeg","width":814,"height":1085,"alt":"","aspect_ratio":0.7502304147465437},"wholesale_price":[{"price":39.9,"min_quantity":1}],"weight":"0","compare_at_price":"52.8","price":"39.9","retail_price":"52.8","available":true,"url":"\/products\/plus-size-off-the-shoulder-mid-length-dress-d1ml?variant=fbd53df4-1721-405e-b552-276a214df270","available_quantity":999999999,"options":[{"name":"colour","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":24,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}