I managed to hide the price of the event on the event description page but is there any way to remove or hide the table row in the verification page which reads [Price per attendee: + price] ?
Sorry for the zillion questions. No need to apologise! There are 2 ways to do this, bith involve editing the confirmation_display.php file found in event-espresso/templates. (It’s recommended to copy this to the uploads/espresso/templates directory first and amend it there). 1) on line 41 you will find a <tr>
tag that is for the row. Add a CSS class to it and in the css add .exampleclass {display:none;} where exampleclass is the class name you gave it. 2) from line 41 to 46, delete them. I prefer the css route, it allows a quicker way to restore it if needed and is less prone to problems (i.e. deleting to wrong bits).
This reply was modified 12 years ago by Dean. Reason: edited as it didnt show on the forum
Michael/Dean, using CSS, which files would I look at to remove the event price and available spaces from the event list? From the above, I understand the css process, but cannot work out what the right file is!
You would need to be looking at the event_list.php and event_list_display.php files.
I am closing this thread as it is resolved, if you have further questions please start a new thread. thanks!
Viewing 4 reply threads
The support post ‘Remove / Hide Price per attendee:’ 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.