views:

565

answers:

4

I'm looking for a free/open source ecommerce product. Specifically what I need is multisite support that allows each site to be branded for the vendor. Basically, I have a brick and mortar business and I'd like to provide a service that allows people to have their own website that accesses my inventory. Sort of like CafePress.com but not exactly.

I've looked at mojoPortal (doesn't have a fully functional ecommerce), nopCommerce, dashCommerce, and DNN. I didn't find a reference to multisite in the features. I suspect that DNN might be able to do this based on the size of the support.

Does anyone have any experience with the above mentioned with regard to multisite ecommerce?

+1  A: 

You could do it a little simpler for yourself, and get something in place faster.

Instead of offering your vendors an ecommerce site, offer them a set of web services that they can use to check your inventory, as well as making reservations and orders.

This would be used by the vendors that are able to have their own site or would like to integrate their backend systems.

Later you can use the same web services for your ecommerce site.

Hope this helps.

Shiraz Bhaiji
The point is to provide a branded portal to the client. An SOA layer would not meet this goal. These are people that don't even have a web site let alone a back end system. An SOA layer may make sense in the future though.
Fireworks
A: 

I'm familiar with Nopcommerce and am pretty confident you could do this either by setting up multiple different sites or one site with multiple themes where the correct theme (including brand) is used depending on the domain/subdomain...and removing the Nopcommerce text only costs $50 making it a pretty cost effective solution...

Jason Irwin
Interesting. I didn't see anything on their website for that. Can you provide a specific reference?
Fireworks
this?http://www.nopcommerce.com/p/1/nopcommerce-copyright-removal-key.aspx
Jason Irwin
Sorry, I meant a reference to the multiple themes.
Fireworks
+1  A: 

While many products supported muiltsite/portals I didn't find anything that allowed a transparent branding of a portal.

My solution is to take NB_Store http://www.codeplex.com/NBStore, an open source ecommerce module for DNN, and modify the code do what I want.

Fireworks
A: 

Hi Fireworks, Could you give more details on your approach of using DNNand NBStore?

Thanks, pShah

pShah
The short answer is I went to MagentoCommerce. The amount of work required to make architectural changes to the code of that nature were not worth my time when there is a free turnkey product that already does it. Magento is a lot bigger but I'm not on my own as there is a community and the feature is built into the product. I suggest you do the same if you are looking for a multivendor.
Fireworks