Hi Alex, I get into this discussion which you posted long time ago, Did you get any success on using cartridge/mezznine for your shopping cart project? I want to customize the default setting for a restaurant online order I am eager to know if there are some experiences you can share. Looking forward to hearing from you. Thanks, Peter
On Wednesday, May 9, 2012 at 2:38:53 AM UTC-5, Alexander Hill wrote: > > Hi everyone! > > I'm trying to settle on a shopping cart for an upcoming project. > > The user-facing shop will need to be handmade as we want to do > filtering/searching based on our products' attributes (think about a car > sales website where you can filter by year, body type, etc). So really I > just need the actual cart part - adding products to a cart, wishlists, > coupon codes, payment processing, etc. > > How easy would it be to use those parts of Cartridge without using the > category and product models? I'm thinking I would have to define my own > view for adding to the cart, in which I call pass something which quacks > like a ProductVariation to cart.add_item(). Since the items stored in the > cart/order models are denormalised and don't refer to Products or > ProductVariations, I feel like this might work. Obviously I'm not very > familiar with the codebase though. > > I want to use Cartridge because I'm really impressed by the commitment to > the project from Stephen and others in this group, and because I'd like to > use Mezzanine for the rest of the site. The other options would be Plata or > Django-shop, both of which do seem a bit more targeted at this kind of use. > > Any thoughts or suggestions would be appreciated. > > Cheers, > Alex > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
