On Thu, Sep 3, 2009 at 12:34 PM, cgallemore <[email protected]> wrote: > > Hi all, > > We are building a web site that will, among other things, allow > merchants to set up their own stores. We want to give each business > the ability to manage their store independently from other stores on > the same server, and Satchmo seems to give us everything we need to do > so, with the possible exception of one important capability; the > ability to have multiple stores managed independently by multiple > users on a single site. These users would have to be able to create > their store, manage their merchandise, upload images, set prices, > define their accepted methods of payment. > > We are hoping to have several thousand online stores hosted not only > on the same server, but from the same Django web application. > > Is this possible with Satchmo? If not, what approach would you > suggest we take to add this capability. > > Thanks, > > Chad Gallemore >
It is possible in Satchmo ... if you write the sub-admin capability. I'd suggest not even using the built-in django admin, but rather just writing simple "wizards" for the things your store admins will need to do. I'd love to see the contribution! Take a look at my "django-site-skins" for a way to have different skins for different stores. -- Bruce Kroeze http://www.ecomsmith.com It's time to hammer your site into shape. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
