Venture to OSCommerce Data Import
There is a script that will dump 5 tab-delimited files for item and category data. The script lives on the Venture machine under the scripts directory in this subdirectory:
venture-scripts/data_import/OSCommerce/venture_osc_dump.php
It will dump the files into whatever your current working directory is. It’s probably best to ‘cd’ to the directory where the script is and run it from there.
The 5 .txt data files need to copied up to the OSCommerce machine to this directory:
/var/www/htdocs/popartmachine.com/scripts
On the devel2 machine, ‘cd’ to /var/www/htdocs/popartmachine.com/scripts and run the script osc_import_venture_data.php.
The import script also looks for the .txt files in the current working directory.