Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to edit top >> catalog bar


Assailant

Recommended Posts

Posted

does anybody know how I can remove the right side of this bar? also which file is this located in? thanks all help is appreciated

Posted

The bar that says My Account | Cart Contents | Checkout is located in catalog/includes/header.php

 

<td align="right" class="main">  
<?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"
.
.
.

Posted

if i remove that wont i remove top>>catalog as well? I want to remove everything but the left part that says top>>catalog... thanks foryour response

Posted

Erase the code from

 

<td align="right" class="main">  
<?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"

 

 

to the end

 

</td>

 

Leaving the first <td>

 

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

Archived

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

×
×
  • Create New...