westend Posted November 27, 2004 Posted November 27, 2004 Can someone please tell me how to remove the silly defaul logos for the shopping cart contents and checkout on the home page? Thanks, Al
milfy Posted November 27, 2004 Posted November 27, 2004 Can someone please tell me how to remove the silly defaul logos for the shopping cart contents and checkout on the home page? Thanks, Al <{POST_SNAPBACK}> I take it you mean the ones in the header, if so, you need to edit your "catalog/includes/header.php Make a backup of this file first !!!! If you want to remove the images and their respective links then remove this line : <td align="right" valign="bottom"><?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>'; ?> </td>
westend Posted November 28, 2004 Author Posted November 28, 2004 I take it you mean the ones in the header, if so, you need to edit your "catalog/includes/header.php Make a backup of this file first !!!! If you want to remove the images and their respective links then remove this line : <td align="right" valign="bottom"><?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>'; ?> </td> <{POST_SNAPBACK}> Thank you very much. It worked perfectly. Al
StaceyKing Posted November 28, 2004 Posted November 28, 2004 Instead of messing with code and finding all the references, I made a 1x1 pixel transparent gif, named it the same as all those icons, and replaced the icons with the 1x1 gif in the catalog/images folder.
ckyshop.co.uk Posted November 28, 2004 Posted November 28, 2004 Or you could change the files to images you want and just upload over the originals... Thanks for any help/comments. Regards, Lewis Hill
Recommended Posts
Archived
This topic is now archived and is closed to further replies.