Checkout Page with Login

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
hbcondo
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Tue Jan 20, 2009 3:52 pm

Checkout Page with Login

Post by hbcondo » Mon Mar 30, 2009 11:02 pm

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Checkout Page with Login

Post by mazhar » Tue Mar 31, 2009 10:30 am

I tried to reproduce the issue on 7.0.2 and its working fine. What is your AbleCommerce version?

hbcondo
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Tue Jan 20, 2009 3:52 pm

Re: Checkout Page with Login

Post by hbcondo » Tue Mar 31, 2009 10:38 am

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Checkout Page with Login

Post by mazhar » Tue Mar 31, 2009 11:15 am

Still unable to reproduce it on 7.0.2.

hbcondo
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Tue Jan 20, 2009 3:52 pm

Re: Checkout Page with Login

Post by hbcondo » Tue Mar 31, 2009 1:45 pm

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?

hbcondo
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Tue Jan 20, 2009 3:52 pm

Re: Checkout Page with Login

Post by hbcondo » Tue Mar 31, 2009 7:48 pm

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?

hbcondo
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Tue Jan 20, 2009 3:52 pm

Re: Checkout Page with Login

Post by hbcondo » Wed Apr 01, 2009 12:48 pm

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.

Post Reply