Hello all,
My issue isn't any errors, it's just that after it completes the process and says everything is done, there is nothing in the Zen database. Here's what I've done:
1. I have a localhost and Zen Cart installed with sample products and such.
2. I have osCom on a remote server with my products in the database.
3. I backed up the osCom from the remote server and loaded it locally. It displays my data with no issues.
4. I have put the contrib files in my root folder of my Zen Cart, which is locally. I've made all the needed changes to the two files as required.
import_osc_meta_tags.php
import_osc_configure.php
I've double-checked every thing to make sure I didn't miss anything, but no products are showing up in the Zen Cart.
To be sure to get the data to transfer correctly, I emptied all of the sample data from the Zen Cart tables
categories
categories_description
products
and tried the process again. The tables are still empty, yet I'm not getting any errors at all and when it finishes, it says that everything imported ok.
Any help would be appreciated, and thanks for your valued time.
Here are the results of each attempt I've made
Code:
Test connection to localhost Target Server OK!
Test ironman_zencart Target Database OK!
Connected to the localhost Source Server
Opened wifence_i749osc Source Database
Starting Exportation of osCommerce wifence_i749osc Data Base
Exporting Categories Meta Tags........................ Done 21 Records Exported
Exporting Products Meta Tags.................................... Done 33 Records Exported
Closing wifence_i749osc Source Database
-----------------------------------------------------------------------------------------
Connected to the localhost Target Server
Opened ironman_zencart Target Database
Starting Importation of osCommerce Data Into ironman_zencart Data Base
Importing Categories Meta Tags...
..................... Done 21 Records Imported
Importing Products Meta Tags...
................................. Done 33 Records Imported
Closing ironman_zencart Target Database
-----------------------------------------------------------------------------------------
All Done