1 reply [Last post]
Whipeout's picture
Offline
Joined: 02/16/2009
Juice: 3
Was this information Helpful?

I would like to implement a shop in Drupal, where useres can add their products. I think the modules Ubercard and Ubercard Market place should be the right ones. Does anyone has experience with the right configuration? My problem is, that I cannot figure out how the typical user can add products without seeing and changing the products of the other users. I need a configuration that allows the user only to add and change the products of their own.

Turgrid's picture
Offline
Joined: 03/05/2008
Juice: 109
Re: Ubercard Market place

If I understand you correctly, this is a permissions issue. A role should be created that represents a seller. This 'seller' role should be given the permissions noted in the documentation of Ubercart Marketplace (http://drupal.org/node/326102). In addition, the 'seller' should not receive the role 'edit products,' but rather 'edit own products.' See if this helps, or post what permissions you are providing your sellers.