${function() {
const variantData = data.variant || {"id":"acf257f1-556d-4fec-8591-15e6a77f3e57","product_id":"40e87adc-5f59-4d97-9593-f5f3c069f786","title":"WHITE","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!135571-C1295","barcode":"","position":1,"option1":"WHITE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d697e184eb3cef1669405e600b6f2a88.jpeg","path":"d697e184eb3cef1669405e600b6f2a88.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28,"min_quantity":1}],"weight":"0.5","compare_at_price":"56.99","price":"28","retail_price":"56.99","available":true,"url":"\/products\/crochet-granny-square-bag-high-capacity-woven-bag?variant=acf257f1-556d-4fec-8591-15e6a77f3e57","available_quantity":999999999,"options":[{"name":"Color","value":"WHITE"}],"off_ratio":51,"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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : CY-!135571-C1295
Weight : 0.5kg
${function(){
const variantData = data.variant || {"id":"acf257f1-556d-4fec-8591-15e6a77f3e57","product_id":"40e87adc-5f59-4d97-9593-f5f3c069f786","title":"WHITE","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!135571-C1295","barcode":"","position":1,"option1":"WHITE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d697e184eb3cef1669405e600b6f2a88.jpeg","path":"d697e184eb3cef1669405e600b6f2a88.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28,"min_quantity":1}],"weight":"0.5","compare_at_price":"56.99","price":"28","retail_price":"56.99","available":true,"url":"\/products\/crochet-granny-square-bag-high-capacity-woven-bag?variant=acf257f1-556d-4fec-8591-15e6a77f3e57","available_quantity":999999999,"options":[{"name":"Color","value":"WHITE"}],"off_ratio":51,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}