diff --git a/format-price/idmFormatPrice.js b/format-price/idmFormatPrice.js new file mode 100644 index 0000000..922b244 --- /dev/null +++ b/format-price/idmFormatPrice.js @@ -0,0 +1,3 @@ +idmFormatPrice(price) { + return ${format_price(price, {currency: ' ' + app_shop.vars.currency.symbol,mask: "###,##0,00"})} +} \ No newline at end of file