Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Let's See What We Have Here NO IMAGE


yesme

Recommended Posts

No, no, no...I know most of images stored inside that directory. I meant the source of the code where I can edit it and link it to the right path.

 

in catalog/index.php look for

 

   } elseif ($current_category_id) {
  $image = tep_db_query("select categories_image from " . TABLE_CATEGORIES . " where categories_id = '" . (int)$current_category_id . "'");
  $image = tep_db_fetch_array($image);
  $image = $image['categories_image'];
}
?>
		<td align="right"><?php echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT);?></td>
	  </tr>
	</table></td>
  </tr>
  <tr>

 

the echo part in <td align="right"........ is the one u r looking 4..

Link to comment
Share on other sites

Great thanks!

 

So, how to display back the the broken image in that page "Let's see what we have here" ?

 

I am not understand how to identify.

 

Please, I am not an advance php user. :)

 

Peace! Thanks again!

Link to comment
Share on other sites

Right click on the broken image link and look at the properties

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

I have checked it already before I opened this thread. The results is Not Available for filename and the path is /catalog/images only.

 

That is why I need the scripts to bring back the image.

 

Any ideas?

 

Thanks. :)

Link to comment
Share on other sites

What category is the bracelet in?

 

What image is associated to the category in the shop amin?

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

What category is the bracelet in?

 

The category is called Bracelet too

 

What image is associated to the category in the shop amin?

 

I do not know, what is the image that associated to the category.

 

UPDATES

 

LoL...The image is broken because I didnt upload any image for the category's image. So, I tried uploaded an image just now and the image is appeared as normal. Sorry, because I am too new in osc.

 

Thanks for your replies. :)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...