Checkout Page with Login
Checkout Page with Login
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
I tried to reproduce the issue on 7.0.2 and its working fine. What is your AbleCommerce version?
Re: Checkout Page with Login
I am running AbleCommerce 7.0.2 build 11659. Also, I set the AllowAnonymousCheckout attribute to true in the Checkout Page scriptlet.mazhar wrote:I tried to reproduce the issue on 7.0.2 and its working fine. What is your AbleCommerce version?
Re: Checkout Page with Login
Still unable to reproduce it on 7.0.2.
Re: Checkout Page with Login
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?mazhar wrote:Still unable to reproduce it on 7.0.2.
Re: Checkout Page with Login
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?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?
Re: Checkout Page with Login
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.