I would like to use the same product images in two different stores. Both stores are installed in the same database, one has a prefix and all the files of that store are in a separate folder XXX. I modified the configure.php files as follows (for the store without a prefix):
in admin:
define('DIR_WS_IMAGES', XXX/images/');
define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . XXX/images/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'Retail/images/');
and also in include:
define('DIR_WS_IMAGES', XXX/images/');
However, not only I don't see the product images, I don't see any icons in Admin of the store I made the changes to.
Where am I going wrong??
Tx
Veronika





