Community Add-Ons
Default Images Simplified
for osCommerce Online Merchant v2.2
(Project Version 2.2--no CVS).
This easy 6-step procedure will replace the ugly red-x in your store (if images are required).
Only 1 file to work with.
(there are included instructions if you have installed the automatic thumbnail creator contribution #1484 which I highly recommend).
if you use easy populate and upload with the image from there, and you haven't upload the actual image to the server, this simple modification will show no image if file does not exist...
if (!file_exists($src)){
$src = "images/noimg.jpg";
}
please get the full package to know where you put it....
