Quote Originally Posted by a_berezin View Post
Ok! I have returned products_image_large. Download
Thanks Andrew

But doesn't this section need to be commented out now?

PHP Code:
        // check for a medium image else use small
        
if (!file_exists(DIR_WS_IMAGES 'medium/' $products_image_medium)) {
          
$products_image_medium DIR_WS_IMAGES $products_image;
        } else {
          
$products_image_medium DIR_WS_IMAGES 'medium/' $products_image_medium;
        }