Zen Cart Logo
Forums / General Questions / 2 carts, 2 admin panels, 1 catalog?

2 carts, 2 admin panels, 1 catalog?

Locked

Views: 797

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
6 Feb 2008, 12:42 PM
#1
beatnik avatar

beatnik

New Zenner

Join Date:
Aug 2006
Location:
London
Posts:
53
Plugin Contributions:
0

2 carts, 2 admin panels, 1 catalog?

Hiya all

Is it possible to set up 2 carts with 2 admin panels, feeding off the same catalog [so we don't have to upload new products to 2 sites], but needing different prices, shipping and tax?

Thanks in advance.

6 Feb 2008, 12:58 PM
#2
magicman avatar

magicman

Zen Follower

Join Date:
Oct 2007
Location:
MA, USA
Posts:
385
Plugin Contributions:
0

Re: 2 carts, 2 admin panels, 1 catalog?

I too have thought about this and this is what I have done. What you might try is this.

You can install ZenCart into a new directory. EX> store1, store2

Create a second database via PHPMyadmin and go through the normal Zen installation process, manual install is far superior to auto install via control panel. Trust me. Take the time and install it yourself.

After you have the new cart set up into a second directory just "Import" the first database into the new cart. Any small changes you make can be done in each site and should not be too much trouble after you have the bulk of the products in there.

You cannot have 2 different sites using the same data as it would conflict.

I manage 3 sites all with similar product data and it is not too difficult.

Hope this helps.

6 Feb 2008, 1:06 PM
#3
beatnik avatar

beatnik

New Zenner

Join Date:
Aug 2006
Location:
London
Posts:
53
Plugin Contributions:
0

Re: 2 carts, 2 admin panels, 1 catalog?

Thanks Kevin, it was just the thought of having to add 50 odd new products each month into 2 carts that's a bit daunting.

6 Feb 2008, 1:43 PM
#4
magicman avatar

magicman

Zen Follower

Join Date:
Oct 2007
Location:
MA, USA
Posts:
385
Plugin Contributions:
0

Re: 2 carts, 2 admin panels, 1 catalog?

I see what you mean. The only trouble with importing the database is that it would also import the customer files and all other tables as well.

I am just now becoming more familiar with MySQL database management.

I know there is a way for you to just import the "Products" table into your second cart.

Based on what I know now, there is definately an easy solution to this by manually managing the Database via PhpMyAdmin.

Try another post on the forum that is more specific to:

"How do I import just the Product information table into an existing ZenCart Database" or search for Dr. Byte or Kim. They can help.

6 Feb 2008, 1:46 PM
#5
beatnik avatar

beatnik

New Zenner

Join Date:
Aug 2006
Location:
London
Posts:
53
Plugin Contributions:
0

Re: 2 carts, 2 admin panels, 1 catalog?

Thanks again, maybe the Easy Populate will help.