Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Missing image in products main display section


allnaturaldmt

Recommended Posts

This is taken from your source code.

<td align="right"><img src="images/" border="0" alt="Browse Products" title=" Browse Products " width="149" height="99"></td>

Both browsers are displaying the alt text for the missing pic,"Browse Products". IE is still displaying the broken image while FF ignores it.

 

Either put the image back in or remove the call for the image.

Link to comment
Share on other sites

I know where it is that its sitting, but I dunno where in the template or the osCommerce backend I can change that image. It's set to just image/ not an actual image. Anyone have any ideas where to get rid of that in the templates or thru the backend?

 

Thanks

Link to comment
Share on other sites

I know where it is that its sitting, but I dunno where in the template or the osCommerce backend I can change that image. It's set to just image/ not an actual image. Anyone have any ideas where to get rid of that in the templates or thru the backend?

 

Thanks

 

As bktrain found the offending code above. This is in one of two files, either(if your website is installed in the /catalog directory) in the /catalog/index.php OR in the /catalog/languages/english/index.php files<--more likely this one.

 

Do a search for & remove <img src="images/" border="0" alt="Browse Products" title=" Browse Products " width="149" height="99">

 

Frank

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...