Re: Changing default image folder won't save
I looked in the database and there is no field for storing the default images directory - just one for storing the default image name. In the field for the default image I put _products/no_picture.gif (i.e. included the directory in the image name) and it SEEMS to now show the correct default directory.
In you look in the file collect_info.php the relevant line is
$default_directory = substr( $pInfo->products_image, 0,strpos( $pInfo->products_image, '/')+1);
Last edited by diannev; 19 Mar 2008 at 12:02 PM.
Reason: solution found
The world is divided into 10 kinds of people, those who understand binary and those who don't.