Hi thereĀ Martijn! Thanks for getting in touch and welcome to the forums. š
Good question. The best way to remove the price field from the single event view is to override theĀ details.php template file. To do this:
- Make a copy of the file. It’s located at /plugins/the-events-calendar/views/modules/meta/details.php
- Create a new folder in your theme directory called tribe-events
- Create a new subfolder in there calledĀ modules
- Create a new subfolder in there calledĀ meta
- Drop your copied template file in there
Once the template is in your theme folder, you can customize it to suit your needs. In this case, delete lines 91-98, which removes theĀ tribe_get_formatted_cost() function from the template.
Give that a shot and let me know if it does the trick. š
Cheers!
Geoff