Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing navigational icons.


Guest

Recommended Posts

Posted

One thing that bothers me a bit about osCommerce is the redundant links in the top right corner. The default installation includes text links (which I like) and graphic links (which I do not like)

 

I have been going through the source but haven't the slightest idea how to take off the icons. I don't want to show them on any pages.

 

Any suggestions?

 

Thanks. :)

Posted

what graphics links? The popup windows for the products?

Posted

Here is the responsible code from 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>

 

You could remove the entire thing, see if its ok for you.

Archived

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

×
×
  • Create New...