Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove stock Os graphics?


Guest

Recommended Posts

Posted

I have added a advertisment box to header.php it is to the right of the store banner in the haeder. I have replace the all of the stock OS graphics (my account, cart contents, and checkout) with transparent 1x1 pixel to make them "disappear" but when I added the advertisment box I can't get the bottom of the advertisment box to be flush with the bottom of the store banner because of the stock OS graphics (my account, cart contents, and checkout) thus making the advertisment box smaller than I would like it to be.

 

Is there a way to change this to where the advertisment box would be level to the store banner? Maybe be changing the code to where the stock graphics a really gone not just transparent?

 

Here is the url to my store so you can get a better idea of what I am talking about www.thecustomconnectiononline.com/store/catalog

Posted

edit includes/header.php

 

the line you need is

<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>

Posted

alright cool!!! That worked thanks for the help!!

Archived

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

×
×
  • Create New...