Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removal of Images?


Guest

Recommended Posts

Posted

Does anyone know how to remove the default images that appear to the left of the shopping cart info bar? The image appears on just about every page, but on the main page the address for the image is catalog/images/table_background_default.gif. I appreciate any help you can give. Thanks!

Posted

Im not exactly sure if this is the easiest way of going about this, but I believe you could get rd of the images in the upper right side of the default page if you find this line of code in the default.php file:

 

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

and simply chane it to read:

 

<td>

</td>

 

getting rid of the code in between...however to change it on all of the pages, you have to locate for instance the product info.php file, and find the code...keep in mind tht the image in this file is different and it will not read "table_background_DEFAULT..it ill read something different. not default.

 

Hope that helps a little...im fairly new at this myself....just checking it out!

:)

Archived

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

×
×
  • Create New...