Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Bar ERROR!


kr0me

Recommended Posts

http://www.electronicsandmore.ca/CatalogNe...lsale-c-58.html

 

I am one single step away from finishing this site.. One thing is plaguing me!!

 

If you visit the site above, on the page it says "Product Listings" and then has a broken image link to the right of it... This header also doesn't show the background like it should.. I'm sure there is a single line of code that needs to be edited/changed, but if someone could point me in the right direction, it'd be of great help!! The index.php shows the header correctly.

Link to comment
Share on other sites

I think the trouble is with your catalog>index.php page.

 

Look for this chunk of code near the top of the file (in mine I have commented out the call for the categories image to appear)

 

<td><h1><?php echo $category['categories_htc_title_tag']; ?></h1></td>
	   <td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
	  </tr>

 

Did you actually assign a categories image for each category you created in Admin? If you didn't, that would explain the red x on your categories. If you don't have one assigned for each individual category, you could just comment it out like I did above. //

 

That would get rid of the red-x box and buy you time to assign images if you really want to. :)

Link to comment
Share on other sites

when i right clicked on the image and selected properties... the image url didn't actually point to an image.. this is what the url says it is

 

"http://www.electronicsandmore.ca/CatalogNew/images/"

 

i dont know if you have set it to this but maybe set it to an image for my website i get

 

"http://lucky216.com/images/subcategory_speakers.gif" for that image...

 

i hope i've helped you

Ardley

Store:Gadget-Net

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...