If you're using IH handler change
PHP Code:
return (HTTP_SERVER . DIR_WS_CATALOG . $products_image_large);
to
PHP Code:
return (HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_IMAGES . $products_image);
That worked for me but I am not sure if that's the most efficient way to fix the problem.
This option is only if you're using IH2 otherwise the original code should work just fine.
Bookmarks