I am looking for a an application which not only manages courses etc but also allows for them to be purchased at the point of registration.
I wish to implement an e-commerce shop selling courses and day trips but need a way of preventing the course from over selling places.
I was just going to have the courses statically show on my website and then use Google checkout to get users to sign up to a certain course, trip.
but this would not prevent overbooking.
maybe if i was to use a counter for each course and then only proceed to check if counter value has not been reached.
I did think I could have each trip as a product and use the stock number as the available places on each course.
if this application has or could be adapted to produce the above solution I would be very interested.
if not does anybody have any other suggestions
thanks
darren
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
I am looking for a an application which not only manages courses etc but also allows for them to be purchased at the point of registration.
I wish to implement an e-commerce shop selling courses and day trips but need a way of preventing the course from over selling places.
I was just going to have the courses statically show on my website and then use Google checkout to get users to sign up to a certain course, trip.
but this would not prevent overbooking.
maybe if i was to use a counter for each course and then only proceed to check if counter value has not been reached.
I did think I could have each trip as a product and use the stock number as the available places on each course.
if this application has or could be adapted to produce the above solution I would be very interested.
if not does anybody have any other suggestions
thanks
darren