Posted: November 13, 2013 at 4:56 pm
|
Hi guys, We have a question relating to multiple price options that update base on registration date: i.e. early registration (before a certain date) == price 1 How do we set something like that up? |
Hi, Currently Event Espresso 3.X does not support multi date price discounts. We have an ‘Early Registration Discount’ option which allows you to input a discount which will end on a certain date but this only allows for one date at a time so in effect you would need to update this manually for each price change. |
|
|
Thanks for the quick reply. So what happens in this sort of situation: Attendee registers during early or normal period but doesn’t pay. |
They would pay the amount that was active at their time of registration. So if they registered when an early discount was active, then paid 3 days after the early registration date ended. The payment amount due would still be the discounted amount. |
|
|
Is there a way to set it to the current price so they would have to pay the new rate when they come to retrieve their details? I’m guessing if they paid 30 days after registering, they would pay the price they received when registering? Is there a way to ‘invalidate’ unpaid invoices and generate a new invoice for registrants if they haven’t paid after a certain number of days? |
|
It doesn’t make much sense to have an ‘early bird discount’ if all that means is that people will register early but pay later especially if they STILL get the savings offered despite missing the early payment date. Where is the incentive for registrants to pay up early? |
You can manually adjust the amount due for each attendee but currently there is no way to automatically adjust the amount owed at the end of the early payment date. The other other option is to delete all Incomplete registrations on the date the discount finishes, which will result in a blank ‘Thank You’ page when the user tries to view the invoice. |
|
|
If we manually adjust the amount for each attendee directly in MySQL by setting ‘amount due == new price where status == unpaid’, when attendees log back in, would they see the new amount in their invoice? Doing it via the admin interface one at a time is going to be a royal pain. |
|
Does Event Espresso have an option of sending reminder emails to unpaid registrants? I.e. 48 hours before early registration ends (and early payments are due), an email can be sent to unpaid regs to remind them to make payment or they will be re-invoiced with the new amount? |
Unfortunately not, Event Espresso 3.X does not currently offer Email Reminders, however it is possible to do this through the MailChimp Add-On and setting up a campaign to go out on that specific date. You could update the payment status through MySQL, although there are 2 values you will need to change. Likely through 2 seperate queries. Within the *prefix*_events_attendee table, the original ticket price is stored under ‘orig_price’ the discounted ticket would be ‘final_price’ and then there is also ‘total_price’ which is final_price multiple by the quantity field. ‘final_price’ would need to be modified to equal ‘orig_price’ then ‘total_price’ modified to match new price using either orig_price or final_price * the quantity field WHERE the event id == *event id* AND payment_status == ‘Incomplete’ |
|
|
Thanks Tony – Can MailChimp be configured to send out reminders on a specific date to ONLY unpaid regs? |
That’s a good point. No it can not. It would send out an email to all users on that list/group, you can setup groups for specific events but that doesn’t take into account the payment status for the attendee so would likely not be useful in this case. |
|
|
Ahhhh okay – Are there any plans to add this features in? Things like price by date, invalidating invoices, sending payment reminders at a specific date etc etc? It looks like we’re going to have to write up some ‘helper scripts’ to get the functionality we need in the meantime :\ |
Currently we are working on EE4 which is a major re-write of the plugin which will include new features and improvements. Unfortunately I can’t comment on specific features at this time. |
|
|
Great. Any indication on when EE4 will be released? |
|
I’m guessing there’ll be a clear upgrade path for those moving from version 3 right? |
Hi there, We will announce a release timeframe when it’s close to being ready, and there will be an update path from 3.x. |
|
The support post ‘Update price automatically at certain date’ 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.