${function() {
const variantData = data.variant || {"id":"940cf8d5-fb08-4713-85bd-8b61b6709871","product_id":"3972b4e0-b407-4d38-9638-4ed9d256ff4e","title":"Blue-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027614251","barcode":"","position":1,"option1":"Blue","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/11230fe95f5fc4b149d860b8dcb132ee.jpeg","path":"11230fe95f5fc4b149d860b8dcb132ee.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.73,"min_quantity":1}],"weight":"0","compare_at_price":"34.73","price":"34.73","retail_price":"34.73","available":true,"url":"\/products\/autumn-stripe-patchwork-casual-loose-v-neck-knit-sweater-vest-9079?variant=940cf8d5-fb08-4713-85bd-8b61b6709871","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"One Size"}],"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.
${function(){
const variantData = data.variant || {"id":"940cf8d5-fb08-4713-85bd-8b61b6709871","product_id":"3972b4e0-b407-4d38-9638-4ed9d256ff4e","title":"Blue-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027614251","barcode":"","position":1,"option1":"Blue","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/11230fe95f5fc4b149d860b8dcb132ee.jpeg","path":"11230fe95f5fc4b149d860b8dcb132ee.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.73,"min_quantity":1}],"weight":"0","compare_at_price":"34.73","price":"34.73","retail_price":"34.73","available":true,"url":"\/products\/autumn-stripe-patchwork-casual-loose-v-neck-knit-sweater-vest-9079?variant=940cf8d5-fb08-4713-85bd-8b61b6709871","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}