2 replies [Last post]
rucx's picture
Offline
Joined: 06/30/2009
Juice: 5

The workflow I'm looking for:

1.Create "Store".
1.2. Add Store data (to handle shipping and payment): Address and Payment options + Data
1.1. Add "Catalog" to "Store". (unlimited)
1.1.1. Add "Products" to this "Catalog" through a table with fields: Title - Description - Prize (unlimited)

So each store should have its own contact address. When someone buys sth in a store, the notification email, fax or sms should go to to the stores individual address. I hope that there will be 10.000 different stores.

In the Back-end I would like to be able to browse through Stores, Catalogs and Products hierarchically under the menu item "stores" and each "store" should be like a book. (I Would love Node Hierarchy Implementation).

The major differences to traditional drupal + ubercart is that i don't have to go to "create content" for each product and that money is send to a variety of store owners not one. I also want to receive a commission for each purchase.

Can you give me an approximate prize range for the development of a module that customizes ubercart to be able to do that and how long it would take to develop sth like that?

tcindie@drupal.org's picture
Offline
Getting busy with the Ubercode.
Joined: 05/15/2008
Juice: 440
I think the ubercart

I think the ubercart Marketplace module does quite a bit of what you're looking for here.. The ubercart 2.x version is currently only available as a development release, but its probably a good place to start. I would suggest checking it out first to determine how much additional functionality you'd need.

Follow me on twitter.

rucx's picture
Offline
Joined: 06/30/2009
Juice: 5
marketplace

Well it does cover some functionality of what i'm looking for combined with ubercart product powertools but there are still major differences to what i need:
- with marketplace the marketplace seller will receive a commission and the sell price goes to the website owner but i want the money to go to the individual marketplace seller and the website owner to receive a comission.
- as each store will have lots of products with very little data (title, description, prize, no dimensions, weight, etc., fixed commission) i would really prefer to create tables in order to bulk create products instead of having to click create content each time and assigning that content to a store and catalog.