${function() {
const variantData = data.variant || {"id":"5c51c53f-d5d6-4e0a-a70d-2626e2e82c60","product_id":"37d57764-32b1-484a-9f61-cb6c44bae726","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"YN-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9646b246f705e40f73c8ef4f8bf2241a.jpeg","path":"9646b246f705e40f73c8ef4f8bf2241a.jpeg","width":750,"height":1131,"alt":"","aspect_ratio":0.6631299734748011},"wholesale_price":[{"price":43.99,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"43.99","retail_price":"79.99","available":true,"url":"\/products\/short-and-high-waisted-tracksuit9eed112d-ad99-40dd-a523-93eef1656931?variant=5c51c53f-d5d6-4e0a-a70d-2626e2e82c60","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":45,"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":"5c51c53f-d5d6-4e0a-a70d-2626e2e82c60","product_id":"37d57764-32b1-484a-9f61-cb6c44bae726","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"YN-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9646b246f705e40f73c8ef4f8bf2241a.jpeg","path":"9646b246f705e40f73c8ef4f8bf2241a.jpeg","width":750,"height":1131,"alt":"","aspect_ratio":0.6631299734748011},"wholesale_price":[{"price":43.99,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"43.99","retail_price":"79.99","available":true,"url":"\/products\/short-and-high-waisted-tracksuit9eed112d-ad99-40dd-a523-93eef1656931?variant=5c51c53f-d5d6-4e0a-a70d-2626e2e82c60","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}