BV Commerce Forum
»
BV Commerce Support
»
General Support
»
373: OPEN - NoImageAvailable.gif url not found after callback
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
Scott reported that rewritten products were not able to make Anthem callbacks. The fix is to add Anthem.Manager.BaseHref = "True" as the first line of Page_PreInit in BaseStorePage.vb. Actually the text can be anything...the test in Anthem is Anthem.Manager.BaseHref.Length > 0. Code: Private Sub Page_PreInit(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit Anthem.Manager.BaseHref = "True"
Anyway, after adding this line the callbacks started working, but I noticed that the NoImageAvailable.gif disappeared. I don't know why. |
|
|
|
|
Rank: Member
Joined: 9/24/2003(UTC) Posts: 402
|
Andy, I'm not sure what you are seeing. My image is only the static images as I am using product modifiers. I do notice a callback is made and there is a slight image flip -- to the same image (I suspect therefore incorporating the image swapping for product modifiers should be easy to implement hint hint hint) but the image is still there.
With a live image and product modifiers there is no problem, do not know how it would work with product choices.
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: "Scottne"
With a live image and product modifiers there is no problem, do not know how it would work with product choices.
I kind of suspected it would work if there was a real image in place. I was having trouble with the filler 'NoImageAvailable.gif'. I suspect the code that calculates the path to NoImageAvailable.gif may need to be updated. |
|
|
|
|
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.