View Single Post
  #52  
Old 10-23-2006, 08:43 AM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: X-Cart 4.1.3 released

Quote:
Originally Posted by RichieRich
If images are set to file system, and you have display images in bestsellers list on, the images are still database images which load not file system images.

I found the same problem. In include/func/func.product.php around line 430 change:
PHP Code:
if ($config["Images"]["thumbnails_location"] == "FS") { 
to:
PHP Code:
if (|| $config["Images"]["thumbnails_location"] == "FS") { 
This forces the use of FS for thumbnails.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote