${function() {
const variantData = data.variant || {"id":"c967178e-34c9-470c-91c8-205c150cb54f","product_id":"0bd34eaf-cde9-4b31-b549-1572039b166a","title":"Green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6029685","barcode":"6029685","position":1,"option1":"Green","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/09af507da86d992913ef0ceafa568399.webp","path":"09af507da86d992913ef0ceafa568399.webp","width":600,"height":599,"alt":"","aspect_ratio":1.001669449081803},"wholesale_price":[{"price":21.32,"min_quantity":1}],"weight":"0.28","compare_at_price":"53.3","price":"21.32","retail_price":"53.3","available":true,"url":"\/products\/bff9d80367c4?variant=c967178e-34c9-470c-91c8-205c150cb54f","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"s"}],"off_ratio":60,"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.
Sku : 6029685
Weight : 0.28kg
Barcode : 6029685
${function(){
const variantData = data.variant || {"id":"c967178e-34c9-470c-91c8-205c150cb54f","product_id":"0bd34eaf-cde9-4b31-b549-1572039b166a","title":"Green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6029685","barcode":"6029685","position":1,"option1":"Green","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/09af507da86d992913ef0ceafa568399.webp","path":"09af507da86d992913ef0ceafa568399.webp","width":600,"height":599,"alt":"","aspect_ratio":1.001669449081803},"wholesale_price":[{"price":21.32,"min_quantity":1}],"weight":"0.28","compare_at_price":"53.3","price":"21.32","retail_price":"53.3","available":true,"url":"\/products\/bff9d80367c4?variant=c967178e-34c9-470c-91c8-205c150cb54f","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}