Wei Hu
unread,Jun 18, 2013, 10:21:49 PM6/18/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mezzani...@googlegroups.com
Hello All,
I'm new to the Django scene and Mezzanine/Cartridge. I found the code elegantly written and very understandable so I'm planning on using it for a web site. On this web site we're selling services instead of products. Each service has a set of properties users can specify, and multiple services can be requested. Based on the user input a price will be calculated using some formula.
I don't think the Product/Category model can apply here without any changes. I would like to know how you would go about implementing this project, and is Cartridge a suitable framework I should be working on? If you can give me a few guidelines and/or what changes are to be made, I would greatly appreciate it. Thank you!