Support

Home Forums Event Espresso Premium Event Registration Page Price Orders

Event Registration Page Price Orders

Posted: May 16, 2014 at 4:13 am


Patrick Chio

May 16, 2014 at 4:13 am

On the Primary Event Registration Page, the price of the event is always showing the last price option (which is the lowest amount) . What should I do to fix that, so it will be showing the price of the first option? Thanks!


Tony

  • Support Staff

May 16, 2014 at 4:42 am

Hi Patrick,

You have a couple of options to change this, you could re-enter the prices in the opposite order to display the price entered last on the Event Editor on the event list.

Or if you are comfortable with HTML/PHP you could modify the event_list_display.php template file to display either a range or list of prices. This involves adding a custom function and then adding a call to that function within the above file.

Price range: https://gist.github.com/sethshoultes/f05ae8b0c2f549a94d67

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

Would either of those work better? I can explain further how to do this if either of those would help.


Patrick Chio

May 16, 2014 at 6:40 pm

I have no experience with the coding, will that be a easier method? It doesnt look right if I re-enter the price in the opposite order. Or is there a way to just remove the price from the initial registration page? Thanks!


Dean

May 19, 2014 at 1:48 am

Hi,

Easier? Maybe. It involves editing a couple of files.

Removing the price is probably easier. Add the following to your themes style.css file or even better, to a plugin such as My Custom CSS (it’s available via WordPress).

.event_price { display:none; }


Patrick Chio

May 27, 2014 at 2:07 am

Thanks for your reply. I still couldnt get the event price removed.

My primary concern is to remove the event price from Event Espresso Main Event list page where I put the code [ESPRESSO_EVENTS] at.

Do I suppose to modify a event espresso file to disable showing the price on the main page? If so, can you tell me where the file is located?


Dean

May 27, 2014 at 3:39 am

That CSS snippet will hide the price on the main event list page (ESPRESSO_EVENTS) and leave the price visible on the individual event pages.

The snippet would need to be added to your themes style.css or better yet to a plugin such as the excellent (and free) My Custom CSS.


Patrick Chio

May 28, 2014 at 12:33 am

Thank you. My custom CSS works prefectly!


Dean

May 28, 2014 at 3:40 am

You’re welcome!

The support post ‘Event Registration Page Price Orders’ 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