StoreId, Stores -- Still Used?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
sweeperq
Commodore (COMO)
Commodore (COMO)
Posts: 497
Joined: Tue Jan 03, 2006 2:45 pm

StoreId, Stores -- Still Used?

Post by sweeperq » Mon Feb 25, 2008 12:59 pm

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?

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Post by Shopping Cart Admin » Mon Feb 25, 2008 1:16 pm

Hello,

The store_ID feature has been preserved for future features. In the current iteration of AbleCommerce 7.0 the store_ID will be 1. Master menu is gone along with the overhead associated with it.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Post by Logan Rhodehamel » Mon Feb 25, 2008 1:19 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.
Cheers,
Logan
Image.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.

sweeperq
Commodore (COMO)
Commodore (COMO)
Posts: 497
Joined: Tue Jan 03, 2006 2:45 pm

Post by sweeperq » Mon Feb 25, 2008 1:27 pm

Thank you both for your speedy response. Overall, I like what I am seeing in AC7. Keep up the good work.

Post Reply