I have a problem with the dezimal seperator in prices in listview of events calender pro.
I need the German spelling, eg 10,00 € but I always get 10.00 €. It is just a display problem – woocommerce takes the right formatting with kommar-seperator.
In the detailed view, I am able to correct the price (via function.php -> … $ main = str_ireplace (‘. 00 €’, ‘, 00 €’, $ main);….) In the listview but still the Incorrect spelling. 🙁
The event cost in the single event view is shown using the same tribe_get_cost() function as in the list view, so you should be able to customize the output in the same way.
Could you please share with me the code you’re using to customize the price format in the single event view? This way I can take a look and see if it can also be used to modify the price in the list view.
In the moment we only sell tickets with ,00 prices so i found another way – i changed the currency-symbol to ,00 €. It works but i thinks this is not the way it should word 😉