Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OsCommerce images


rutherford

Recommended Posts

Posted

Hi,

 

Is there a way to remove all the .gif images that comes with OS?

I would like to remove and not replace all the funny pictures like the surf guy and so.

 

Thanks,

 

Mike

Posted
Is there a way to remove all the .gif images that comes with OS?

simply remove the images from /image directory or re-upload all your images with the same name as oscommerce ones.

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted

You have two options. the first is to look through the contribution section. I do believe that there is a contribution that replaces all the cartoon images with a tiny blank square. I have never used this method. Option two takes more time. Remove all the code in every page for the images. This takes time and every page in your root folder needs to be looked into. If you open the page with the image you want to remove in your browser and right click the image you will get a properties box open with the name of the image. Open the same page in your editor and search for the code and remove the compplete line of code.

 

In your contact_us page the code looks something like

 

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

 

just remove this line of code.

 

The code is in a similar place on all the pages.

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

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

×
×
  • Create New...