Hi, I would like to know if I could remove free event and available seats from my website register page.which php file do I go to to remove these from showing up. Thanks website is http://s450407431.websitehome.co.uk/express-your-interest/
You don’t need to touch the php here, you can use CSS.
.event_price,
.spaces_available {
display_none;
}
Note that this will stop all prices in the event list from being displayed regardless if they are free or paid for events.
The registration ID is intentionally long in order to help generate a unique ID for the attendees. We do not recommend changing it as it can cause issues with the plugin if two users have the same ID number.
That will sort it for you, but again it hides the prices completely so be aware of that.
Viewing 6 reply threads
The support post ‘Removing free free event and available seats’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.