Community Add-Ons

Add file to this package
Top » Images

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).

Legend:  Download   Report
Expand All / Collapse All
Show noimage if image file not existed loaded akunamachata 31 Oct 2009  

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....

default image replacement 2slow 3 Jan 2006  
Default Images Simplified Tim Wilson 15 Dec 2003