Hello, some of the events I’m listing have multiple prices depending on type of room, etc. I see how to add additional prices and it creates a cool drop down menu in the registration form, but on the main registration page it only shows one price. Is there a way to remove that so no price shows in this area? Or can I somehow show a range of pricing? What are my options? Thanks.
You will need to copy registration_page.php and registration_page_display.php over to the uploads/espresso/templates folder.
In the newly copied registration_page_display.php line 160, change the line there to this (note its just an addition of two // )
<p class="event_prices"><?php //echo event_espresso_price_dropdown($event_id);
//Show pricing in a dropdown or text ?></p>
Viewing 1 reply thread
The support post ‘Pricing Display on 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.
Support forum for Event Espresso 3 and Event Espresso 4.