We're designing a ticketing application where there are products, different times and inventory is variable every day. So for June 11 it may be we have 100 tickets for 11am show and for May 20th only 40 tickets to be sold for 11am.
What would be the best way to create such an application on top of Satchmo? We're debating between: + Custom hackery (overriding cart / checkout views and inserting the time component outside of the Product models that Satchmo provides) + Making date + time + ticket = Product in satchmo, using the custom products concept with fk to Product model, per http://www.satchmoproject.com/docs/dev/custom-product.html Any design help is much appreciated. Thanks! -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
