Checkout Page for Anonymous Users

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
susan@thinriver.com
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Tue Sep 21, 2010 9:00 am

Checkout Page for Anonymous Users

Post by susan@thinriver.com » Fri Dec 03, 2010 11:25 am

Hello, I have set the the allow anonymous users flag to "true" as per the instructions. [[ConLib:OnePageCheckout AllowAnonymousCheckout="true"]]

I want to allow anonymous users to order products from the store, but the checkout page requiring login continues to appear. I have verified thru the admin feature on the checkout page that "checkout page" is applied and not "checkout page with login". Since I am "logged in" to verify this, it appears that the right checkout page is in effect. But, when I logout and try to place an order as anonymous, the checkout page with the "Returning Customers" box on the left and the "New Customers" box on the right still appear. Help! What am I overlooking?

Thanks!

WebDev7
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 49
Joined: Thu Oct 14, 2010 7:25 am

Re: Checkout Page for Anonymous Users

Post by WebDev7 » Fri Dec 03, 2010 10:32 pm

Hi - What version/build are you working with? Your on the right track to have the parameter set as you posted above.
Just a thought: Have you checked to see in the code-behind if there is hardcoding that sets the parameter to false?

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

Re: Checkout Page for Anonymous Users

Post by mazhar » Sat Dec 04, 2010 5:29 am

Go to your Administration > Website > Content and Layout page and edit Checkout Page then turn on anonymous users checkout by specifying AllowAnonymousCheckout="true" for example like

Code: Select all

[[ConLib:OnePageCheckout AllowAnonymousCheckout="true"]]

susan@thinriver.com
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Tue Sep 21, 2010 9:00 am

Re: Checkout Page for Anonymous Users

Post by susan@thinriver.com » Sat Dec 04, 2010 7:51 am

Hi WebDev7 & Mazhar - thank you so much for your responses! I am on version 7.0.5. Where can I locate the build#?

I have done as both of you suggested. I've followed Mazhar's instructions, which are the same as the online documentation, to the letter. I've also gone into the ConLib:OnePageCheckout and made this change:
<param name="AllowAnonymousCheckout" default="true">Possible values are true or false. When true, customers are allowed to check out without creating a user account.</param>

Below are the scenarios that occur when I'm logged in and not logged in. Is there somewhere else I need to look to force the "Checkout Page" rather than the "Checkout Page with Login" that the anonymous users are getting? Obviously, I am a novice at this, and I sure appreciate your help! I'm wondering the the screen sequencing is correct for when logged in? It appears redundant.

Here's the screen scenario when I am logged in:
a. put something in cart ... on ~/Basket.aspx
b. click on the "Checkout Now" button ... go to ~/Checkout/EditBillAddress.aspx (a screen to change the billing address, option for shipping address, then continue)
c. click on the "continue" button under the shipping address ... goes to ~/Checkout/EditBillAddress.aspx again (looks like the one page checkout screen)

When I'm not logged in:
a. put something in cart - on the same Basket screen.
b. click on the "Checkout Now" button ... goes to the Checkout screen with the block for "Returning Customers" on the left, and block for "New Customers" on the right. If I click on "continue" under the "New Customers" button, it takes me to the "Customer Profile" screen.

Thanks again for your help. susan

User avatar
s_ismail
Commander (CMDR)
Commander (CMDR)
Posts: 162
Joined: Mon Nov 09, 2009 12:20 am
Contact:

Re: Checkout Page for Anonymous Users

Post by s_ismail » Mon Dec 06, 2010 2:59 am

susan@thinriver.com wrote: I am on version 7.0.5. Where can I locate the build#?
You can find build number in Admin-->Help-->About Able Commerce as well as any admin page's footer area, it will be like this 'AbleCommerce 7.0.5 build 14135'.

susan@thinriver.com
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Tue Sep 21, 2010 9:00 am

Re: Checkout Page for Anonymous Users

Post by susan@thinriver.com » Mon Dec 06, 2010 9:17 am

Great, thanks! Build is: 7.5.14053.0

Post Reply