Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PHP Newbie again...


Guest

Recommended Posts

Posted

Does anyone know where the data relating to the three links right at the very top of the page on the right hand side are stored? They are 'My Account', 'Cart Contents' and 'Checkout' and they're not necessary as there are already links to those areas immediately underneath them. I just want to keep the ones in the grey band underneath.

 

So where do I go to delete the links above, which seem to remain even after deleting the images...? :huh:

 

The link will take you through to an example page.

 

http://loraineallendesigns.com/lorainealle...lt.php/cPath/22

 

Many thanks in advance for your help.

Posted

catalog/includes/header.php

 

around line 54

 

<?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>'; ?>

 

on MS1 at least

 

-J

Archived

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

×
×
  • Create New...