reservation and reorder
Hello all,
I am scratching my head for couple of days now with the problem i am describing below, i decided to write it here incase someone can help me move towards right direction
Scenario:
Need to create a reservation system where there is start and end date.
The quantity of the product is 1 initially
Customer buys the product, quantity 0, unavailable ( could achieve with the commerce stock), so this is all fine till here.
Now, i need to do something like, when the product end date is approaching, an email has to be sent to the customer reminding that the product he has purchased is expiring. Also, customer needs to be able to reorder/reserve the same product before the end date. If he doesn't do the reservation before the end date, the product will simply be available for reservation again to other customers also.
Any hints?
Thanks in advance!