Support

Home Forums Event Espresso Premium Price in event list showing second price not first price

Price in event list showing second price not first price

Posted: February 7, 2014 at 11:00 am

Viewing 1 reply thread


PSOTR

    February 7, 2014 at 11:00 am

    I have an event that has pricing for adults and students. It is showing the student price in the event list without showing that it is the student price. I want it to show the most expensive price first or show all prices with the names in the event list. I am looking at the forums and there are custom coding options but my event_espresso_price_list.php does not look like the same code as I have. I am running event espresso 3.1.36.4.P.

    I would either like to have the most expensive price listed in the event list view or have all the prices with the names listed in event view. When it lists my cheapest price it is misleading to my attendees who are signing up.

    Could you please tell me how to customize this with my version of the plugin?

    Thank you,


    Jonathan Wilson

    • Support Staff

    February 7, 2014 at 12:48 pm

    Hi there,

    Here is some code that can be placed into a functions file:

    https://gist.github.com/sethshoultes/ab1e992668cf3166a686

    Then, where it normally displays only one price in event_list_display.php, you can substitute it with:

    <?php do_action('action_hook_espresso_price_list', $event_id);?>
    
    Viewing 1 reply thread

    The support post ‘Price in event list showing second price not first price’ 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 - Staging Server