Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DIR_WS_CATALOG_IMAGES in catalog mode?


Guest

Recommended Posts

Posted

Hi!

I am currently configuring the 2.2MS2 version of osCommerce and have come to a problem. I noticed that the default directory to put product images is set to /images. In the admin configure.php I found a define pointing to this directory and changed it to:

 

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'product_images/');

 

the problem is that the images in the catalog still points to the default /images defined in configure.php in /catalog/includes/

 

define('DIR_WS_IMAGES', 'images/');

 

but threre is no DIR_FS_CATALOG_IMAGES or DIR_WS_CATALOG_IMAGES... is this an unimplemented feature or am I missing something?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...