Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to make Image "not" required ?


sadsonic

Recommended Posts

Hi,

In admin you can set the variable "image not required" so it wont show a red x in the browser..

But it only works on the catalog.. where can I change this manually ?

 

I really just need to get rid of the heading image.. cause in my catalog I use large heading images, but I dont want to do that in admin.. :ph34r:

Link to comment
Share on other sites

u can comment out the php code that places the comment there. it is found in the top right corner of the table.

 

i don't remember exactly what it is called, but if you read the code it will make sense.

 

i think it is this code (or something like it):

 

<?php echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...