BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Checkout redirects to default.aspx after Step 1
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
|
|
|
|
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.