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

Notification

Icon
Error

Andy Miller
#1 Posted : Tuesday, December 5, 2006 8:35:14 PM(UTC)
Andy Miller

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.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
Scottne
#2 Posted : Tuesday, December 5, 2006 8:43:05 PM(UTC)
Scottne

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.
Andy Miller
#3 Posted : Wednesday, December 6, 2006 10:18:08 AM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: "Scottne" Go to Quoted Post


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.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
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