Categories/Products for Multistore with domain.com/store1 or /store2

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
This topic might have been discussed, but I couldn't find this specific subject.

I created stores in my local box (using diff ports): localhost:8081 (store1) localhost:8082 (store2) , and sample for production like :
domain.com/store1 and domain.com/store2.

Using one database, with different source code for each store, I am able to have different theme for each site.
But the issue is, how to assign the categories or products to each store. From Admin, I have assigned each category for either store1 or store2, same for product level. But all products showed in all stores.

Anyone knows what is the issue? Do i have to configure in the code level? or some configuration files?
8 years ago
yohanes wrote:
...and sample for production like :
domain.com/store1 and domain.com/store2...

Please have a look at Setting Up Multi-stores:

The Multi-store solution (distinction of stores by HTTP HOST) does not work for sites in virtual categories on the same domain.
For example, you cannot have one store on http://www.site.com/store1 and the second store on http://www.site.com/store2, since the HTTP HOST value for both of these sites is the same (www.site.com).
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.