We’ve entered events with one price option, however on the main events page (where they’re all listed with short descriptions) – it says “Nonmember price: $0.00” but we don’t have different pricing for the event.
How can we get rid of that nonmember price option? Or, how do we edit it? There is no option within the form to update the Nonmember Price vs. Member Price
I checked the site and it looks like a developer has done a bit of customization with the Event Espresso 3 custom post type feature. This is a guess, but from looking over the default template’s code, it could be fixed by making an edit in the page-event_list.php template that’s been copied over to the active WordPress theme folder.
In page-event_list.php there’s a section of code where it displays the price of the tickets. We have a filter there that looks like this:
Option one would be to change the above line of code to be:
echo $default_price_output;
Option two would be to remove the filter that’s being applied to filter_hooks_espresso_page_event_list_price_display (it’s likely being added with a function somewhere in the theme .
Viewing 2 reply threads
The support post ‘How to Remove Nonmember Price Option’ 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.