I’m having some trouble changing the currency for my eventbrite events. They should be charged in GBP rather than USD. I’ve followed the advice in a similar forum post but that solution hasn’t worked for me.
I’ve fixed the ticket currency on eventsbrite, but I want to display a currency symbol before cost on the single event page. How can I set it to display a ‘£’ symbol in single.php?
You just need to make a copy of /wp-content/plugins/the-events-calendar/views/single.php and place in an ‘events’ folder in your active theme and then edit it however you want.
Hi Jonah,
That’s not really an answer to my question. I have been making changes to the single.php page, but am unable to display the currency symbol. What are the precise changes that I should make to the code for ‘cost’ that will display the currency symbol?