Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Missing icon from the pageheader


mlo101

Recommended Posts

Posted

I'm fairly new to OScommerce and I'm a little stuck.

 

My shop is here and I'm having difficulty finding the file PHP file for the 'Let's see what's here' text and the missing icon. Can anyone point me at the right file.

Posted

The text is located here:

 

/catalog/includes/languages/english/index.php

 

As such:

 

  define('HEADING_TITLE', 'Let\'s See What We Have Here');

The "missing icons" are because you created categories, but failed to specify an image for them, thus in the HTML you have this:

 

<td align="right"><img src="images/" border="0" alt="Let's See What We Have Here" title=" Let's See What We Have Here " width="57" height="40"></td>

 

An image path with no image name.

 

See if you can edit the category and upload an image for it.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...