${function() {
const variantData = data.variant || {"id":"7f98c62f-38f6-4be8-b2a7-8c25742a9ec8","product_id":"9d463793-d595-4896-8ffd-92fd0501e17f","title":"XS","weight_unit":"kg","inventory_quantity":1000,"sku":"XS-184581903","barcode":"","position":1,"option1":"XS","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/aac0dc863ab8e55e18338d21e9e86a8b.jpeg","path":"aac0dc863ab8e55e18338d21e9e86a8b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":54.73,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"54.73","retail_price":"0","available":true,"url":"\/products\/stylish-and-elegant-angled-collar-ruffled-pile-sleeve-hip-cover-long-dress-211015474080?variant=7f98c62f-38f6-4be8-b2a7-8c25742a9ec8","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"7f98c62f-38f6-4be8-b2a7-8c25742a9ec8","product_id":"9d463793-d595-4896-8ffd-92fd0501e17f","title":"XS","weight_unit":"kg","inventory_quantity":1000,"sku":"XS-184581903","barcode":"","position":1,"option1":"XS","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/aac0dc863ab8e55e18338d21e9e86a8b.jpeg","path":"aac0dc863ab8e55e18338d21e9e86a8b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":54.73,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"54.73","retail_price":"0","available":true,"url":"\/products\/stylish-and-elegant-angled-collar-ruffled-pile-sleeve-hip-cover-long-dress-211015474080?variant=7f98c62f-38f6-4be8-b2a7-8c25742a9ec8","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}