AbleCommerce multi-store question

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
RevereRichard
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Mon Jun 02, 2008 2:20 pm

AbleCommerce multi-store question

Post by RevereRichard » Thu Dec 11, 2008 4:26 pm

Say I have a client that has two stores store1.com and store2.com.

Can Able handle user security so Bob can mange store1.com, but not store2.com and Sandy can manage store2.com and not store1.com?

If so, can someone explain the setup?

Thanks,

-Richard.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: AbleCommerce multi-store question

Post by jmestep » Thu Dec 11, 2008 4:56 pm

Are you talking about two stores/two databases? Then it wouldn't be a problem. If you are talking about two domain names going to the same database, then it would be a problem.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

RevereRichard
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Mon Jun 02, 2008 2:20 pm

Re: AbleCommerce multi-store question

Post by RevereRichard » Thu Dec 11, 2008 5:59 pm

let's assume the first scenario; two stores, two databases.

Does this mean each database has it own authentication (ac_users)?

-Richard

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: AbleCommerce multi-store question

Post by mazhar » Fri Dec 12, 2008 5:10 am

let's assume the first scenario; two stores, two databases.

Does this mean each database has it own authentication (ac_users)?

-Richard
Yes this means two different installations. Each store will have its own authentication as well.

RevereRichard
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Mon Jun 02, 2008 2:20 pm

Re: AbleCommerce multi-store question

Post by RevereRichard » Mon Dec 15, 2008 5:41 pm

If that is the case, is it possible to write something to achieve what I am looking for? (a single login page for two different stores)

If so, what section of the API/Code should I be looking at?

afm
Captain (CAPT)
Captain (CAPT)
Posts: 339
Joined: Thu Nov 03, 2005 11:52 pm
Location: Portland, OR
Contact:

Re: AbleCommerce multi-store question

Post by afm » Mon Dec 15, 2008 6:00 pm

User names and passwords are also stored in the database. If I wanted to keep the user names and passwords synchronized in 2 separate databases, I would create a separate process that ran on the server (probably as a service) that periodically synchronized the Users table.

Another approach would be create triggers in both that update the other. But I am personally afraid of triggers because they are (or seem) hard to debug.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing

kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Re: AbleCommerce multi-store question

Post by kastnerd » Tue Dec 16, 2008 8:17 am

RevereRichard wrote:If that is the case, is it possible to write something to achieve what I am looking for? (a single login page for two different stores)

If so, what section of the API/Code should I be looking at?
Are you looking for customers to have a single page? or just the people managing the store?
Are the products the same for both stores?

RevereRichard
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Mon Jun 02, 2008 2:20 pm

Re: AbleCommerce multi-store question

Post by RevereRichard » Thu Dec 18, 2008 4:19 pm

Just for people managing the store and lets assume that the products are not the same.

Thanks,

-Richard.

kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Re: AbleCommerce multi-store question

Post by kastnerd » Fri Dec 19, 2008 11:29 am

To me it sounds like you want, 2 sites. with 2 different groups of customers. Different products. But for the managers of the site to only have 1 log in page. After logging in it would take the manager to site1 or site2.

RevereRichard
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Mon Jun 02, 2008 2:20 pm

Re: AbleCommerce multi-store question

Post by RevereRichard » Tue Dec 23, 2008 4:17 pm

yes, that is correct

Post Reply