Site is built with WP-Types, Views, WooCommerce, WooCommerce Views. WooCommerce prices display correctly - European decimal format - but a numeric field added using WP-Types currently displays in American decimal format. How do I make this custom field display in European decimal format?
I added the code above in the functions.php of the theme.
Then on the view i added the shortcode "[format_money]".
I named my field "price". But it displays 0 value - 0,00.
It didnt seem to pick-up the value of price. I also tried having wpcf-price
The output is correctly formated now but the price value is missing, all I get is: 0,00€
I can't find -->> Views > Views Settings > Third-party shortcode arguments ....because it does not exist in the latest versions of Toolset I suppose ?!?!