Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove left nav info


n21

Recommended Posts

Posted

Hello !

 

First: osCommerce is great and thanks for everything.

 

Second: How could I remove the left info (Top>>Category>>...) on my navigation bar, but not the right info (account, cart, Order)?

 

I tried to delete the text, ok no name is diplayed but the arrows are still here and don't know where to delete them, that would be a solution but have to make it on each languages.

 

Best solution would be to disable the display of categories navigation, but where, and how...?

 

Best regards

 

tony

Posted

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

 

This is what to delete in catalog/includes/header

Back up first to be safe

Archived

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

×
×
  • Create New...