The actual “price per date” feature takes the current time (booking time) into consideration for calculating the event price during the booking process (early bird price).
For a recurring event this is almost useless, even though I’ve seen such a request in the poll.
In my case (a private garden) I have an event which is recurring every week for the whole year, and I would like its price to vary across the seasons, having a base price for summer months and different prices if the occurrence falls within some range of dates.
I need a feature similar to the “price per date” that takes into account the occurrence date of a recurring event instead of the booking date.
Like the actual “price per date” feature I could insert a from and to dates to define one or more periods specifying a price different from the base ticket.
Choosing the event single page or directly a booking link from a shortcoded calendar, the booking process should calculate the event proce according to the occurrence date chosen.
To summarize, if the recurring event ticket base price is 20$, I would like to set it to 15$ if booked for and occurrence date between 1/1/2002 and 3/31/2022 and between 11/1/2022 and 12/31/2022.
To achieve this I patched the actual “price per date” changing just a little code in the following file of the 6.2.7 version of MEC, substantially by modifying the second parameter of the calls to book-> get_tickets_prices:
modern-events-calendar/app/features/books.php
modern-events-calendar/app/libraries/book.php
modern-events-calendar/app/libraries/skin.php
modern-events-calendar/app/modules/booking/steps/tickets.php
modern-events-calendar/app/modules/booking/steps/form.php
but I lost the original “price per date” feature (which for greater clarity should be called “price per booking date”)…
Can you please develop such a new feature or modify the existing one “price per booking/occurrence date” in a future release?
Thank you
