Posted: February 1, 2015 at 2:41 am
|
I have two almost identical events. I have a $30 discount for early registration. The discounted price shows up on the [ESPRESSO_EVENTS] page, but not on the [EVENT_LIST] page. Is there a way to get it to display the discounted price? Registration Page: http://summerfunseattle.org/registration Thanks! |
|
There is, but it involves customizing the event_list.php template file. You’ll want to copy event_list.php and event_list_display.php from plugins/event-espresso/templates int uploads/espresso/templates. This makes sure that your customizations don’t get overwritten by an update to EE core. |
|
OK, not stuff I know how to do. How about if, instead of us having to edit core files, Event Espresso handles that kind of thing. It could, cor example, automatically display the early registration price instead of the regular price during early registration (maybe even display the regular price with a slash through it with the early registration price next to it), or at least give us an option which price to display. I don’t like to have to edit files and risk either a)having them overwritten when EE is updated or, b)having to edit “child” files and risk losing out on functionality when the parent file gets updated. This feature seems like a no-brainer. Why are we required to edit files to get this obvious functionality to work. |
|
It was a performance trade off. If you have many events, and they each have many prices attached, then you have to do many queries of the database for every load of the event list. If you only retrieve one price per event, then you can retrieve the event list in one query. |
|
I don’t want everything up in the cloud because I don’t have the kind of control over it that I want, and our site has a custom theme that I’m guessing we couldn’t install on your cloud site. Additionally, my clients have only 2 events per year, both one after the right other (I’m not Lucinda, I’m their web designer, Jerri) and wouldn’t want to pay for EE on a monthly basis. I also don’t know what the differences are between EE3 and EE4, and can’t find a simple feature comparison chart. Does EE4 have waitlisting? Or the price modifier plugin functionality? Can attendees be moved between events and have their payment information modified? What features might I lose if I move to EE4? And can the site be automatically and seamlessly moved, either with a migrate tool or just by updating EE? If you can answer those questions, or point me to where I can find the answers I’ll look the info over and make a recommendation one way or the other to my clients. Thanks. |
|
Hi, You can find a EE3 vs EE4 chart here: https://eventespresso.com/differences-ee4-ee3/
Not currently.
Not via questions, though you can modify the ticket prices with price modifiers so you could add X price to one ticket but not another.
No and yes.
You would be best checking here: https://eventespresso.com/differences-ee4-ee3/
There is a migration tool, simply disable EE3, install and activate EE4 and follow the prompts (always back up first!!) Also, regarding the Early Bird Pricing, I made this for some one a while back (2 years now!) https://gist.github.com/Apina/c203ea36cf9e300e2230 It should still work, and while it still needs inserting into a template file, it’s relatively easy to do so. Screenshot http://take.ms/slZFN |
The support post ‘Early registration discounted price not showing on [EVENT_LIST] 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.