Support

Home Forums Event Espresso Premium Wrong price showing on Event Registration page

Wrong price showing on Event Registration page

Posted: May 9, 2013 at 8:32 pm


Trish Fehon

May 9, 2013 at 8:32 pm

Hi there, I have created a new event with 2 different prices (single & family) but on this page http://www.kurrajonganglicanchurch.org.au/event-registration/ it is showing only the family price. How do I fix it so the single price shows?

We are using WP version 3.5 (not updated yet) & EE 3.1.31.1 We have not upgraded yet.

 


Josh

  • Support Staff

May 10, 2013 at 4:37 pm

You can modify the event_list_display.php template so that it displays a specific price. If for example you want the very first price entered to display you would replace:

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

with

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


Trish Fehon

May 14, 2013 at 1:43 am

Thanks Josh, I will give this to my techie guy.


Josh

  • Support Staff

May 15, 2013 at 9:14 am

You’re welcome.

The support post ‘Wrong price showing on Event Registration page’ 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