Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove extra images..


exile

Recommended Posts

Posted

There are two ways to remove those images.

 

First option would be to create blank/transparent images and save them with the same image name, and upload them to your site, replacing the current images. That will make it appear as though there are no images in that spot. Look for images with names that start as table_background_ and replace them with the transparent gifs.

 

The second option is to go through each page of the main catalog/ directory and look for the following line. (this is from contact_us.php)

 

<TD CLASS="pageHeading" ALIGN="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_contact_us.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></TD>

 

** NOTE: each page will have a different image name (this one is table_background_contact_us.gif) but will be located in about the same location, and will look similar. to this one.

 

Change that line (or equivilent) to something like this:

 

<TD CLASS="pageHeading" ALIGN="right"> </td>

[/code]

>Insert witty comment here<

Posted

Hey, I figured out another way too, There's an option in the admin something like "Don't show broken images >> TRUE" then just delete them from the site =) Hahaha, not the best way tho =)

Archived

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

×
×
  • Create New...