• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

B_Zajac
#1 Posted : Friday, April 29, 2011 2:29:43 PM(UTC)
B_Zajac

Rank: Member

Joined: 3/21/2011(UTC)
Posts: 3

When we click on the link that takes us to the products page out products with out images display linked to /Images/System/Clear.png. How do i change this I changed our image not available image and it works if you use the search function.
File Attachment(s):
untitled.bmp (2,309kb) downloaded 33 time(s).

You cannot view/download attachments. Try to login or register.
Kman
#2 Posted : Friday, April 29, 2011 2:50:23 PM(UTC)
Kman

Rank: Member

Joined: 11/25/2003(UTC)
Posts: 370

If your image not available is working for your search results and details page you may have an issue with whatever category display template you are using. I would investigate the codebehind .vb file for that template and see what you can find.


If your image not available is working for your search results and details page you may have an issue with whatever category display template you are using. I would investigate the codebehind .vb file for that template and see what you can find.

In an example one I am looking at I have the code below in my category template codebehind

Code:
imageUrl = Page.ResolveUrl(Utilities.ImageHelper.GetValidImage(p.ImageFileSmall, True))


So it is going to a function in the core to get the image url. Within this function I have a default value of
Code:
Dim result As String = "images/System/NoImageAvailable.gif"

So I would make sure you have an image at the location above for starters.
Regards,
Kim(Kman) Rossey
www.toocoolwebs.com
BVSoftware - MerchantTribe Programming/Design, Database Programming and Business Applications
[email protected]
Marcus
#3 Posted : Friday, April 29, 2011 3:57:32 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Is it a JPEG? If it is encoded as CMYK instead of RGB then Internet Explorer 7 and later will not display it. Kim's description above could also help troubleshoot.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012