Page 1 of 1
Checkout Page with Login
Posted: Mon Mar 30, 2009 11:02 pm
by hbcondo
Hi, we are having a problem when an anonymous user adds a product to the cart and clicks the Checkout button, the user is redirected to a web page that says the shopping cart is empty. This only occurs with an anonymous user. If the user is logged in, adds a product to the shopping cart and clicks the Checkout button, the user is presented with the web page that allows them to enter shipping information. Does anyone by chance know why the anonymous user is not being redirected to the proper checkout page?
Re: Checkout Page with Login
Posted: Tue Mar 31, 2009 10:30 am
by mazhar
I tried to reproduce the issue on 7.0.2 and its working fine. What is your AbleCommerce version?
Re: Checkout Page with Login
Posted: Tue Mar 31, 2009 10:38 am
by hbcondo
mazhar wrote:I tried to reproduce the issue on 7.0.2 and its working fine. What is your AbleCommerce version?
I am running AbleCommerce 7.0.2 build 11659. Also, I set the AllowAnonymousCheckout attribute to true in the Checkout Page scriptlet.
Re: Checkout Page with Login
Posted: Tue Mar 31, 2009 11:15 am
by mazhar
Still unable to reproduce it on 7.0.2.
Re: Checkout Page with Login
Posted: Tue Mar 31, 2009 1:45 pm
by hbcondo
mazhar wrote:Still unable to reproduce it on 7.0.2.
Thank you for testing. I actually got this to work on my localhost but it does not work in our production environment. Is there some kind of IIS setting that might be affecting this?
Re: Checkout Page with Login
Posted: Tue Mar 31, 2009 7:48 pm
by hbcondo
hbcondo wrote:I actually got this to work on my localhost but it does not work in our production environment. Is there some kind of IIS setting that might be affecting this?
Nevermind, it's not working on localhost. In fact, the issue occurs on the My Cart page when I click the checkout button. If I click the checkout button on the product detail page, it works. What's the difference between the Checkout button on the My Cart page vs the Product Detail page?
Re: Checkout Page with Login
Posted: Wed Apr 01, 2009 12:48 pm
by hbcondo
After further debugging, I added the domain attribute to the anonymousIdentification tag in the web.config file and that appears to have fixed this issue.