Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My Account | Cart Contents | Checkout


simaster99

Recommended Posts

Posted

on the index page of my shop i would like to remove this.

 

My Account | Cart Contents | Checkout

 

andi would like to delete the nav bar it sits on

 

I have removed the top and catalog but can not find the rest.

 

kind regards

Sim

Posted

look in catalog/includes/header.php for things that start with "HEADER_TITLE". Comment out the ones you don't want.

 

-jared

Posted

In includes/header.php find this code:

    <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); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>   </td>

That is between td tags delete it or fill it in with a placeholder...

Archived

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

×
×
  • Create New...