Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help needed with a fixed picture


littletom

Recommended Posts

Posted

I'm learning so this is probably a silly question - but -

 

At the top of every Category page there is a heading coming up with 'Our Selection' ( catalog/index.php?cPath=xxxxx) and to the right of that there is a box where a picture should be - catalog/images

 

For the life of me I can't work out how to edit this picture and put something in there - at present it simply shows as a broken link.

 

Any advice would be most appreciated.

 

Many thanks,

 

Peter

www . littletom . co . nz

Posted
I'm learning so this is probably a silly question - but -

 

At the top of every Category page there is a heading coming up with 'Our Selection' ( catalog/index.php?cPath=xxxxx) and to the right of that there is a box where a picture should be - catalog/images

 

For the life of me I can't work out how to edit this picture and put something in there - at present it simply shows as a broken link.

 

Any advice would be most appreciated.

 

Many thanks,

 

Peter

 

in your index.php page look for pageheading one of them will be have a missing image name. for example table_background_default.gif is the image name:

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

  • 1 month later...
Posted
in your index.php page look for pageheading one of them will be have a missing image name. for example table_background_default.gif is the image name:

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

 

 

Hi Stonjie,

 

Thanks - sorry but I lost your reply.

 

I have tried to fix this - one section that looked to be correct deleted the website and the other changed the opening page only. This latter is obviously on the right track but I'm obviously missing something somewhere.

 

I need to fix the inner pages which have a missing image.

 

Do you have any more pointers?

 

Thanks,

 

Peter

www . littletom . co . nz

  • 2 weeks later...
Posted

Thanks - worked perfectly.

 

Peter

 

 

 

in your index.php page look for pageheading one of them will be have a missing image name. for example table_background_default.gif is the image name:

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

Archived

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

×
×
  • Create New...