Running multiple stores from one database

This forum is where we'll mirror posts that are of value to the community so they may be more easily found.
Post Reply
Brewhaus
Vice Admiral (VADM)
Vice Admiral (VADM)
Posts: 878
Joined: Sat Jan 19, 2008 4:30 pm

Running multiple stores from one database

Post by Brewhaus » Sun Apr 26, 2009 12:02 pm

After a lot of tinkering we were able to get two store running from a single database, sharing inventory where given products are sold by both stores. I have attached a PDF of the instructions that we put together, and if anyone had suggestions on cleaning the instructions up to make them easier to understand please let me know.

To see the two sites in action, go to

http://
www.
brewhaus.
com

and

http://
www.
hotsaucedepot.
com.

The setup shows all items on the first site, and only select items on the second. As customers set up accounts, they are placed into a group that allows us to offer specials to those who shop on one site (such as free shipping over a certain purchase value), while not offering the same special to customers of the other site.

We have been running the two stores from one DB for just under a month now, and aside from a couple of tiny quirks (eg. needing to copy any changes to scriptlets from one site to the other), everything is running smoothly- certainly far more smoothly than running two separate sites and trying to keep the inventory straight!
Multi-Store setup instructions.pdf
Last edited by Brewhaus on Wed Nov 05, 2014 12:33 pm, edited 1 time in total.
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot

William M
Commander (CMDR)
Commander (CMDR)
Posts: 150
Joined: Sat Feb 14, 2009 9:40 am
Contact:

Re: Running multiple stores from on database

Post by William M » Sun Apr 26, 2009 3:46 pm

Thanks Rick. I'll be doing exactly this by the end of the year.

Any more tweaks/problems, please post.

Brewhaus
Vice Admiral (VADM)
Vice Admiral (VADM)
Posts: 878
Joined: Sat Jan 19, 2008 4:30 pm

Re: Running multiple stores from on database

Post by Brewhaus » Sun Apr 26, 2009 4:10 pm

Things work pretty smoothly. The main qwirk is that when you change a scriptlet or add an image for an item you need to copy the file(s) from the primary website folder to the secondary site folder. I think pretty well everything else is handled in the setup instructions that I built along the way, but if you have any questions when going through the process just let me know.
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot

Brewhaus
Vice Admiral (VADM)
Vice Admiral (VADM)
Posts: 878
Joined: Sat Jan 19, 2008 4:30 pm

Re: Running multiple stores from on database

Post by Brewhaus » Sat May 02, 2009 11:08 am

UPDATE: A little more tinkering has shown that you can indeed change scriptlets for each site by being logged into that website's Admin section. We have just done so with the Home Page scriptlet. It even uploads graphics to the correct site's folder. Originally it did not appear that this was working, but it was apparently a permissions issue.
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot

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

Re: Running multiple stores from on database

Post by jmestep » Fri Oct 09, 2009 9:16 am

Did you have any trouble in this set up with non- www.domain names? Like http://brewhaus.com redirecting to http://brewhaus.com? We have a client who is trying to set up to sites, but his sites are on a server we don't have access to so there is little we can do.
Thanks
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

kwilliams
Ensign (ENS)
Ensign (ENS)
Posts: 1
Joined: Tue Feb 02, 2010 2:06 pm

Re: Running multiple stores from on database

Post by kwilliams » Tue Feb 02, 2010 2:22 pm

Got this working in my demo environment, but I have a question before we jump into developing the real site... Is it possible to set the 2nd site up as a virtual directory under the first site?

My specific need is to present a specially-branded site (with special pricing, different featured items, etc) to users from a special customer of ours. Let's call them Company X. We would like to tell users from Company X to go to http://store.mydomain.com/companyX and have them see "their" store instead of the normal store (obviously, we'd want to require login and validate that users were members of the proper user group before allowing them into the site; We've already written that code, in fact).

So anyone know if it is possible to set up a second store in this manner, or must we use something like http://store.mydomain.com and http://companyX.store.mydomain.com ?

Another question - I assume you need two Able Commerce licenses in order to run two stores, even if they are sharing a single product database?

Thanks!

rjcuser
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Fri Aug 13, 2010 3:27 pm

Re: Running multiple stores from on database

Post by rjcuser » Sat Jan 15, 2011 12:50 am

You don't mention anything about Payment Methods or Payment Gateway, can these be diffferent for each store?
Presumbaly one can show inc. tax on one site and exc. tax on the other?
Thanks...

rmaaser
Ensign (ENS)
Ensign (ENS)
Posts: 1
Joined: Mon Jan 05, 2009 1:12 pm

Re: Running multiple stores from one database

Post by rmaaser » Thu Aug 04, 2011 11:36 am

Brewhaus, thanks for the PDF instruction file, but I'm not clear on the license requirements for this kind of setup. Could you import the license from the first site into the second one, or did you have to get a new license? If you got a new one, what kind of license did you use for the second site? Did you need the Domain Add-On?
Thanks,
Rebecca

User avatar
hassonmike
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Tue Apr 19, 2011 2:13 pm
Contact:

Re: Running multiple stores from one database

Post by hassonmike » Fri Sep 09, 2011 4:06 pm

we are interested in setting up multiple stores, they would mostly carry diffrent products than our current store, but our main area of concern is from backend processing of orders. Will this solution allow us to process orders and shipments from a single interface?

User avatar
hassonmike
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Tue Apr 19, 2011 2:13 pm
Contact:

Re: Running multiple stores from one database

Post by hassonmike » Tue Apr 17, 2012 4:00 pm

I have a question about the category specific search function.

I have changed the line of code in ConLib/Custom/SearchPage.ascx.cs and change the following:

Code: Select all

ViewState["CategoryId"] = PageHelper.GetCategoryId();
to

Code: Select all

ViewState["CategoryId"] = 204;
The thing is, no matter what is searched, the results will return every item in the category.

Any suggestions on how to fix this?


Also, on a separate note, would there be a way to exclude a category from the normal search results?

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

Re: Running multiple stores from one database

Post by jmestep » Wed Apr 18, 2012 7:23 am

Do you have the search sidebar on the page? If not, it will return results from all categories. You can hide it if you don't want it shown, but it needs to be there.
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

Post Reply