BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Lack of image not available On products page
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.
|
|
|
|
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. |
|
|
|
|
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.