2 replies [Last post]
streever's picture
Offline
Joined: 03/03/2010
Juice: 34

Our company has been wrestling with a way to use ubercart for a multi-vendor store. While a module is potentially in the works according to forum searches, the idea hit me last night that a user reference application might also solve the problems.

As I see it, the problems are specifying who receives the payment, grouping the item by it's vendor, and all types of cross-linking between vendor/items (i.e. show other items by vendor, show vendor profile, etc)

It dawned on me that one could make use of the User Reference field, having it auto filled out with the user who created it, and then pull that for things like "other items by vendor" etc (essentially a view that shows all items created by the user that are the right content type). For payment, it would have to be modified someway to check which "user" it is, and by that, the money would be directed into the proper paypal account.

Does this sound like a workable idea? any problems you can see with it?

Uberchic's picture
Offline
Administrator
Joined: 08/29/2008
Juice: 754
Re: Ubercart Drupal Integration for Multi-Vendor Cart

Unsure about your idea, but have you looked at uc_marketplace as a starting point for development?

streever's picture
Offline
Joined: 03/03/2010
Juice: 34
... are you telling me it

...
are you telling me it already exists as a module Smiling? Oh, that's great. Apparently my searches were not very well-worded. Thank you!

I'll check that module out. I was super excited to invent a solution to a problem, but I think I'm even more excited to find out the work is already done.