Support

Home Forums Event Espresso Premium Price in Template Settings

Price in Template Settings

Posted: February 26, 2014 at 8:37 am

Viewing 3 reply threads


Steve Morin

February 26, 2014 at 8:37 am

I have multiple ticket prices for my event but the General admission is not the price that displays on the Events page (the list with all my events). It seems that Event Espresso displays the cheapest price I have in my ticket options which is a ticket price for Non-profit employees.

I searched through the forums but could not find how to change this. Can you help? Thanks.


Tony

  • Support Staff

February 26, 2014 at 8:59 am

Hi Steve,

Event Espresso should display the first price entered into the Event Editor on the Event List pages, is that not the case?

We have functions to display a list of all event prices or we can force specific prices for all events, for example all events to show the First price entered, or all show the Second price etc.

Both of these would require a little modification to the template files but we can guide you through if you would like to use them 🙂


Steve Morin

February 26, 2014 at 9:11 am

No, it was displaying the third price in the list. I temporarily removed the code from the events list php file. I only want the general admission price to show, I will try removing all my prices and then re-posting and saving.


Josh

  • Support Staff

February 26, 2014 at 12:06 pm

Hi Steve,

You can also alter the price that’s displayed in the event list by using the event price shortcode.
In event_list_display.php look for this:

<?php echo  $org_options['currency_symbol'].$event->event_cost; ?>

and replace with this:

<?php echo  $org_options['currency_symbol'].do_shortcode('[EVENT_PRICE event_id="'.$event_id.'" number="0"]'); ?>

The “0? at the end will grab the first price in the array.

Viewing 3 reply threads

The support post ‘Price in Template Settings’ 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