Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

I post one 24 hours ago, the screen shots was for more of a visual aid, I hadn't seen any activity so was sure if anyone was viewing it.

 

Sorry , I'll check the support forum.

 

Steve

 

 

7 minutes ago !!! ???

 

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

Posted (edited)

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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