Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problem with editing icons of oscommerce homepage


tomliuwhite

Recommended Posts

Posted

I want to remove entirely the three icons at the top-right of the oscommerce homepage. However, instead of the custom shopping cart related icons, I want to add another icon.

What shall i do? Many thanks in advance!

Posted

You can do this easily by deleting the line of code in the index.php file look for where it has the whatevername.gif for example

 

<!-- body_text //-->

<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td class="pageHeading"></td>

!!!!delete this line-><td align="right"><img src="images/candleshelf2.gif" border="0" alt="" width="57" height="40"></td>

</tr>

 

Hope this helps

Archived

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

×
×
  • Create New...