Re: Images folder
You will need to edit the 2 configuration files (the one under the main store directory and the one under the administrator directory):
includes/configure.php
admin/includes/configure.php
The settings you need to alter are resepctively:
for includes/configure.php
define('DIR_WS_IMAGES', 'images/');
and for admin/includes/configure.php
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
For the second file you are altering make sure you are giving the right path as there are 3 other options used to define the full path to the images directory - HTTP_CATALOG_SERVER, DIR_WS_CATALOG and DIR_FS_CATALOG. All three are defined in the same file so it should not be hard to adjust the desired configuration.
We know Zen Cart, because our customers love it!
SiteGround Team Member