Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Having trouble deleting an image on my homepage.


katman1971

Recommended Posts

Hi

 

I am trying to delete the image: /catalog/images/table_background_default.gif. It is the little image (57x40 pixels) that comes with the oscommerce installation pack and it sits opposite "Whats New Here". I deleted the image in the images folder. I also went into my admin area: Configuration > Images and I set Image required to False.

I am still getting the ugly empty image holder icon where the image used to be. I thought by setting Image Required to "False" would prevent the image holder from showing up. Can anyone set me straight? Thanks.

Link to comment
Share on other sites

Hi

 

I am trying to delete the image: /catalog/images/table_background_default.gif. It is the little image (57x40 pixels) that comes with the oscommerce installation pack and it sits opposite "Whats New Here". I deleted the image in the images folder. I also went into my admin area: Configuration > Images and I set Image required to False.

I am still getting the ugly empty image holder icon where the image used to be. I thought by setting Image Required to "False" would prevent the image holder from showing up. Can anyone set me straight? Thanks.

 

 

u might look in: cataloge/products_new.php

 

Find:

 

<?php echo tep_image(DIR_WS_IMAGES . 'table_background_products_new.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?>

 

Change to:

 

<?php // echo tep_image(DIR_WS_IMAGES . 'table_background_products_new.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

This disables the image!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...