Update:
Freeyellow.com uses the root/images/ directory as a virtual directory. As such, Zen Cart users must choose a different directory name to hold cart images.
~ rename the /images/ directory
~ In admin/includes/configure.php :
define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
and
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
should be renamed to the new directory name.
~ Next; in the file /includes/configure.php
define('DIR_WS_IMAGES', 'images/');
should be renamed to the new directory name.
[end of revisions]