F1Peace, on Jan 20 2004, 06:29 PM, said:
When I create products and categories in any of the other stores, if I also assign them to Main Mall, they will show up on the home page of the mall (What's New - New Products etc.). Otherwise they only show on that particular store.
See the possibilities?
I think I have decided my course of action on the admin side of things so one admin can control (not only the catalog of products and categories and what store they are assigned to.. that already works) all of the stores configuration by not hardcoding the table definition in database_tables.php but using a drop down similar to the language selector.
It is perhaps easier explained by:
www.domain.com/catalog1 & www.domain.com/catalog1/admin
www.domain.com/catalog2 & www.domain.com/catalog2/admin
whereas in the not too distant future it will be:
www.domain.com/catalog1 & www.domain.com/catalog1/SUPER_admin
www.domain.com/catalog2 & www.domain.com/catalog2/puny_admin
A few things thing to note is that you..
.. don't have to use the same domain.com as long as the sites both have access to the mysql server they can be different domains, on the same localhost OR different machines altogether!
Also, if you are creative with how you name your categories you could have a MAIN MALL without having to assign each and every product to that main mall. Simply don't update any of the files with the ones from my contrib that have to do with displaying categories & products... and they will ALL be displayed. I liked this option better than creating a master store and having to have an if statement and then having 2 distinct sql statements.
HTH