I noticed that there is still a Stores table and a store_id field in a number of tables. But other than that, it appears that AC7 is meant to be 1 code base = 1 store. Am I correct in assuming that there is no longer a "Master" admin section, with sub "Admin" sections for each store?
Will the Store_ID always be 1?
StoreId, Stores -- Still Used?
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Well, the master section is effectively gone. It has become too difficult to implement that kind of functionality when web application permissions become increasingly restrictive and secure. It also runs counter to the kind of deployment that works best with hosted solutions.
StoreID... yes it's still in our database and used by the vast majority of our object code. In theory, multiple stores could be run in the same database, provided they were using separate web applications. But we've never put this into practice, and so it would surely have bugs.
In AC7, the model is much more like one store, one database, one file set. The store ID should always be 1.
StoreID... yes it's still in our database and used by the vast majority of our object code. In theory, multiple stores could be run in the same database, provided they were using separate web applications. But we've never put this into practice, and so it would surely have bugs.
In AC7, the model is much more like one store, one database, one file set. The store ID should always be 1.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.