nadsab:
That brings me to another question - has anyone reading this ever used WAMP to import a ZC store database onto a local machine for editing store files in Dreamweaver? if so, how is it working out for you? Fairly easy to import a ZC database into WAMP? Any suggestions as far as importing is concerned?
Yes, the import is easy. Save your SQL file you want to export using the SQL file format. Save to desktop. Open WAMP or MAMP on local local machine and go to "import file". Because you saved the file format in SQL there is no problems with translations. My database executed in a matter of seconds with no problems.
As far as editing Zen Cart files in Dreamweaver, it is much easier than using the Zen Cart Cpanel as you can jump from page to page and links are updated on the fly.
The hardest problem I had with getting ZC to open in Dreamweaver was the database connection:frusty:. Because my site was live and then imported to my local machine, several files had to be updated manually because DW was not loading them. DW could not load them because the files were still pointing to my database files on my live server.
I overcame the issue by installing a brand new copy of ZC on my local machine with the same database name, user name, passwords etc that were on the live server. I then deleted all the files from the new install and imported my files from the live site.
In the end I still needed to update the includes/configuration.php and admin/include/configuration.php files where https://www.mysite.com is now pointing to /localhost/:cool: