markvellagera Posted February 25, 2008 Posted February 25, 2008 I would like a banner to appear at the top of the online shop but I would like it to extend all the way to the very right of the page. The problem is that to the right there are icons of My Account, Cart Contents and Checkout. How do I get rid of these icons (or else put them somewhere else) so that the top banner can extend all the way to the right?
markvellagera Posted February 27, 2008 Author Posted February 27, 2008 I would like a banner to appear at the top of the online shop but I would like it to extend all the way to the very right of the page. The problem is that to the right there are icons of My Account, Cart Contents and Checkout. How do I get rid of these icons (or else put them somewhere else) so that the top banner can extend all the way to the right? CAN SOMEONE PLEASE REPLY!
php4script Posted February 27, 2008 Posted February 27, 2008 in the includes/header.php replace the <?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>'; ?> with <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { echo tep_display_banner('static', $banner); } ?>
markvellagera Posted February 27, 2008 Author Posted February 27, 2008 ok it worked thanks but now I got the OScommerce banner right next to my banner - see www.sat-core.com - how do I get rid of that top OSCommerce banner?
markvellagera Posted March 1, 2008 Author Posted March 1, 2008 ok it worked but I get the OSCommerce banner to the right at the top too and I don't want this - how do I remove this top OSCommerce banner?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.