${function() {
const variantData = data.variant || {"id":"47f6a783-5bb4-49e0-843d-910368e463e5","product_id":"4d70ef8d-dd24-4ec4-ac41-7012dea48b35","title":"Yellow blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024789560","barcode":"","position":1,"option1":"Yellow blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f1835543a4c84d5a5a5d3c4c6b50a8ad.jpeg","path":"f1835543a4c84d5a5a5d3c4c6b50a8ad.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.3,"min_quantity":1}],"weight":"0","compare_at_price":"25.3","price":"25.3","retail_price":"25.3","available":true,"url":"\/products\/2021-summer-womens-sleeveless-round-neck-pocket-tie-dye-printed-vest-camisole-dress-casual-loose-beachwear-a-line-mini-dress-1546?variant=47f6a783-5bb4-49e0-843d-910368e463e5","available_quantity":1000,"options":[{"name":"Color","value":"Yellow blue"},{"name":"Size","value":"S"}],"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":"47f6a783-5bb4-49e0-843d-910368e463e5","product_id":"4d70ef8d-dd24-4ec4-ac41-7012dea48b35","title":"Yellow blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024789560","barcode":"","position":1,"option1":"Yellow blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f1835543a4c84d5a5a5d3c4c6b50a8ad.jpeg","path":"f1835543a4c84d5a5a5d3c4c6b50a8ad.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.3,"min_quantity":1}],"weight":"0","compare_at_price":"25.3","price":"25.3","retail_price":"25.3","available":true,"url":"\/products\/2021-summer-womens-sleeveless-round-neck-pocket-tie-dye-printed-vest-camisole-dress-casual-loose-beachwear-a-line-mini-dress-1546?variant=47f6a783-5bb4-49e0-843d-910368e463e5","available_quantity":1000,"options":[{"name":"Color","value":"Yellow blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}