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

Notification

Icon
Error

kgohery
#1 Posted : Friday, December 5, 2008 5:32:44 AM(UTC)
kgohery

Rank: Member

Joined: 12/5/2008(UTC)
Posts: 1

Hi there

We have a BV Commerce and the checkout page redirects to ~/default.aspx after Step 1 is complete. The BaseStoreCheckoutPage has the following code which causes the redirect:

Code:

Private Sub Page_PreInit1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit
If Request.RawUrl.ToLower().Contains("bvmodules/checkouts") And Request.QueryString("Anthem_Callback") Is Nothing Then
Response.Redirect("~/default.aspx")

End If
End Sub


However I cant tell why this is being redirected - I cant find any reference to Anthem_Callback in the website.

Can anyone help??

Thanks,

Karl
spouliot
#2 Posted : Wednesday, December 24, 2008 4:42:55 PM(UTC)
spouliot

Rank: Member

Joined: 9/24/2005(UTC)
Posts: 28

Having the same issue here. Any solutions? It works great on my Dev site, but when I deployed everything to Production, no dice.
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