Hi there!
What’s your advice on how I can best accomplish the following:
- Need to create sub stores for different clients, reusing the same DB.
- Need to customize look and feel depending on which customer store the user is accessing eg: mydomain.com/store1 with its own look and feel mydomain.com/store2 with a different look and feel OR store1.mydomain.co
My questions are:
What’s the best structure to achieve this? Subdomains or just mydomain and to only show options related to the store?
Eg: Show products that are only from the store in the url? I guess I’d need to add manual conditions on each form/list.
I hope you can understand, ty!