Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Missing Image in STS


stefan1959

Recommended Posts

I put this in the STS support forum but no responces yet so I thought I start a new topic.

 

These screenshots should explain the problem. Is this a bug or am I suppose to add something to my source code to get the image?

First screen shot without STS and second with STS using, fresh install and the multi template.

 

ScreenShot1.gifScreenShot2.gif

 

Help needed.

 

Steve

Link to comment
Share on other sites

I put this in the STS support forum but no responces yet so I thought I start a new topic.

 

7 minutes ago !!! ???

 

Lets stay in the sts forum, thats the right place to solve this -> your post

Edited by multimixer
Link to comment
Share on other sites

I found the workaround after playing with the code in /catalogue/index.php

 

<tr>

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

</tr>

 

 

the line that shows the image I got rid of the class and the image started the shows with STS was turned on, so change to this

 

 

<tr>

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

<td align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

</tr>

 

 

Steve

Edited by stefan1959
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...