Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove icons from header My account etc...


robbo007

Recommended Posts

Posted

Hello,

 

How can I removed the three default icons from the top header. My account, Cart Contents and checkout? I want my banner to be enabled across all of the header.

 

Thanks,

 

Rob

Posted

Delete this line in catalog/includes/header.php

 

   <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>  <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>  <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>  </td>

I'd rather be flying!

Posted

Robbo,

 

i think it depends on the resolution.. maybe to be safe for bigger monitors bleed your top banner out into a background colour.

 

Regards

Phillip

Archived

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

×
×
  • Create New...