Add format price function
This commit is contained in:
3
format-price/idmFormatPrice.js
Normal file
3
format-price/idmFormatPrice.js
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
idmFormatPrice(price) {
|
||||||
|
return ${format_price(price, {currency: ' ' + app_shop.vars.currency.symbol,mask: "###,##0,00"})}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user