I've looked on both. There are plenty of e-commerce and event calandar apps, but nothing specific to scheduling an event, submitting first name last name for each participant, taking the order, and then managing the accounts.
I've been doing webapps for 6 years and am very familiar with most online resources.
But finding a "ecommerce/shopping cart" in which people buy products where as part of buying the product they must enter in a firstname, lastname, age for each "product", is hard to find.
I have an app now that just sells each event as a product. But i need name and age for each person at each event as part of the order process.
So for each "product/event" that is sold, a row is created in the "order" db table and a row in the "participant" table.
Any ideas?
Ron