Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

getting rid of the heading images


Draxeiro

Recommended Posts

guys and gals,

 

I've searched the forum for this, found it at one point but forgot to bookmark it, can't find it again so I am asking...

 

If this is a stupid, obvious question feel free to hit me over the head with it.

 

Anyway, here goes: Is there a simple way of getting rid of the heading images on all the pages, you know the cartoonish pictures on the default page, in the shopping cart, at the search page. Basically everywhere.

 

Or is it a matter of going into those pages and deleting them by hand?

 

Thanks for you trouble.

Link to comment
Share on other sites

Delete them off the server, then set "require images" to false (in admin).

 

Gary, does that 'switch off' the category and subcategory images too? Or will those stay visible?

 

Those I need (at least the sub-category ones), the rest of the heading image can go

Link to comment
Share on other sites

Go to catalogheaderincludesheader.php, line 60(ish) ;)

Comment out ( <!-- --> ) the following code:

<table border="0" width="100%" cellspacing="0" cellpadding="1">

 <tr class="headerNavigation">

   <td class="headerNavigation">  <?php echo $breadcrumb->trail(' » '); ?></td>

   <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a>  |  <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>   </td>

 </tr>

</table>

Kent

Link to comment
Share on other sites

There is also a contribution to change these images to something different... someone made up some custom images.

 

I wouldn't mind the default if they weren't from the Micro$oft Clipart Library. :roll: However, M$ screams TACKY to me, so that will be one of the 1st things to go.

 

I'll try to find it and update for you here, but do a search here on the forums because this is the first place I read about it a few days ago. ;)

 

:D Bailey

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...