Support

Home Forums Event Espresso Premium How to Remove Nonmember Price Option

How to Remove Nonmember Price Option

Posted: September 2, 2014 at 9:24 am


Donna Miller

September 2, 2014 at 9:24 am

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


Donna Miller

September 2, 2014 at 9:57 am

Here is the landing page where you can see the Nonmember Price option: http://www.c3workplace.com/events/


Josh

  • Support Staff

September 2, 2014 at 2:29 pm

Hi Donna,

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:

echo apply_filters('filter_hooks_espresso_page_event_list_price_display', $default_price_output, $event_price);

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 .

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.

Event Espresso