${function() {
const variantData = data.variant || {"id":"50bcf9a8-4bbe-44ce-80fb-c089a25213fc","product_id":"4e2932a9-7526-4faa-885a-b318d24c448c","title":"BLACK-S","weight_unit":"kg","inventory_quantity":1000,"sku":"BLACK S-27955162","barcode":"","position":1,"option1":"BLACK","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/aef23e46a32c06f477bf574ec5353274.jpeg","path":"aef23e46a32c06f477bf574ec5353274.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"25.99","price":"25.99","retail_price":"25.99","available":true,"url":"\/products\/2021-womens-summer-sundress-casual-solid-dress-elegant-short-sleeve-vestidos-female-pleated-plus-size-robe-woman-dresses-208528494276?variant=50bcf9a8-4bbe-44ce-80fb-c089a25213fc","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"},{"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":"50bcf9a8-4bbe-44ce-80fb-c089a25213fc","product_id":"4e2932a9-7526-4faa-885a-b318d24c448c","title":"BLACK-S","weight_unit":"kg","inventory_quantity":1000,"sku":"BLACK S-27955162","barcode":"","position":1,"option1":"BLACK","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/aef23e46a32c06f477bf574ec5353274.jpeg","path":"aef23e46a32c06f477bf574ec5353274.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"25.99","price":"25.99","retail_price":"25.99","available":true,"url":"\/products\/2021-womens-summer-sundress-casual-solid-dress-elegant-short-sleeve-vestidos-female-pleated-plus-size-robe-woman-dresses-208528494276?variant=50bcf9a8-4bbe-44ce-80fb-c089a25213fc","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"},{"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}
`
}()}