Guest Posted April 28, 2005 Share Posted April 28, 2005 How can i get rid of the default icons on the right hand side of the page for the shopping cart etc?? Many thanks Lilac Link to comment Share on other sites More sharing options...
Wendy James Posted April 28, 2005 Share Posted April 28, 2005 You will have to remove the code from catalog/includes/header.php I believe this is the piece of code you are talking about... the 3 images at the top of the page <?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>'; ?> Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.