multiple shops...

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
hi everybody,

I am new here so first off many many respect for this very good open source commerce app!!!!!

Now here is my question:

I have multiple domainnames let's say:

www.watches.com
www.shoes.com
www.books.com

I want these domain to open the shop and only show the products that belong to that domain so
www.watches.com = watches etc.....

How could I achieve this??

thanks,

Sander
14 years ago
Unfortunately this feature is not available in nopCommerce. You could however implement this yourself. You would need to set up multiple stores and set up the domains against those stores (as you may have more than one domain for each store front). Then each store entity (category / product / manufacturer / product category mappings / product manufacturer mappings) would need to be set up for each store.

This is quite a complex feature to implement as there are many things to consider, the security model being a key one. It is on our road map but it may be easier for you to set up several nopcommerce installations instead.

Hope this helps,
Ben
14 years ago
This is what i thought, well i guess i have to make a decision on how to achieve this....thanks for your fast response....
14 years ago
I have to do something related but diferent: I must have a "master" shop (let say www.myshop.com) and a number of "satellite" shops (shop1.myshop.com, shop2.myshop.com and so on). I have to manage the products (that are for all shops) and orders from the admin console of master shop, but I must to know that an order is coming from shop1, shop2 and so on (also it seems that it's need that the "owner" of shop1,2,n can see somehow the orders of his shop) and to generate (proforma) invoice to coresponding shop (!?).

So in my case the product related info (products, categories, stocks) MUST be the same for all "shops". For this I think that I have to use the same database.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.