Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Need to move products from another store

Need to move products from another store

Views: 1,530

Results 1 to 6 of 6
18 Apr 2012, 2:35 PM
#1
pjkj13 avatar

pjkj13

New Zenner

Join Date:
Mar 2012
Posts:
5
Plugin Contributions:
0

Need to move products from another store

I have 2 carts for our business. One was compromised, and deleted :censored: . I have a backup from a week or so ago, with all of the products listed. Normally I would just re-upload the files and be back up and running. But, we were using 1.3.8, and are now using 1.5.0. I do not want to screw up and replace the 1.5.0 files with older versions.

What files/folders do I need to move to get back just the products we had listed (about 3000).

Also, the 2nd cart we have uses the same data base, and all of the items are working properly there. I have not upgraded it to 1.5.0 yet, as I want our main one working properly first.

Would I be better off upgrading the 2nd cart to 1.5.0 and just uploading those files to the main cart?

18 Apr 2012, 3:54 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Need to move products from another store

Categories and products are stored in the database, and not in files, so if both sites are using the same database, the products should be there.

18 Apr 2012, 5:04 PM
#3
pjkj13 avatar

pjkj13

New Zenner

Join Date:
Mar 2012
Posts:
5
Plugin Contributions:
0

Re: Need to move products from another store

That is what I originally thought, but I could not figure out why they do not show up.

Could the difference in Zen Cart version prevent the database files from working with both carts?

18 Apr 2012, 5:56 PM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Need to move products from another store

pjkj13:

Also, the 2nd cart we have uses the same data base

Just to be absolutely clear:

Do you mean the sites contain the same INFORMATION? (IE: when you add a product to site #1, you then go to site #2 and add it there too)?

Do you mean both sites operate off a SINGLE DATABASE ON THE SERVER? (IE: if you add a product to site #1, it magically ALSO appears on site #2)?

18 Apr 2012, 8:18 PM
#5
pjkj13 avatar

pjkj13

New Zenner

Join Date:
Mar 2012
Posts:
5
Plugin Contributions:
0

Re: Need to move products from another store

Option #2, Single Database

18 Apr 2012, 8:37 PM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Need to move products from another store

pjkj13:

Could the difference in Zen Cart version prevent the database files from working with both carts?
Absolutely.

The PHP code expects the database content to be of a certain structure. You cannot mix versions of code and expect things to work without problems.