One page checkout confusion

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
jonfreeland
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Mon Aug 29, 2011 12:08 pm

One page checkout confusion

Post by jonfreeland » Mon Aug 29, 2011 12:20 pm

I'm a little confused about "one page checkout." Currently, when I click the checkout button from Basket.aspx, I am taken to Checkout/EditBillAddress.aspx, which only shows fields for entering the billing address. This leads me to believe that I am somehow not configured to use "one page checkout", or Able and I have vastly different definitions of "one page". If it is the former, how can I go about configuring my store to use "one page checkout" and what should I expect to see once it's properly set up?

Any help would be greatly appreciated!

I am using 7.0.7 as an anonymous user checking out.

jonfreeland
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Mon Aug 29, 2011 12:08 pm

Re: One page checkout confusion

Post by jonfreeland » Mon Aug 29, 2011 9:37 pm

After further research, it turns out the problem was that I was already logged in as an administrator. By default, if you are logged in you don't get "one page checkout" unless you use:

Code: Select all

NavigationHelper.GetCheckoutUrl(false)  // Must pass false
I changed the code in ConLib\Custom\Basket.ascx.cs:282 and all is well now.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: One page checkout confusion

Post by AbleMods » Fri Sep 02, 2011 9:44 am

I'm guessing your OnePageCheckout scriptlet is in the /ConLib/Custom/ folder? By chance do you have your checkout scriptlet assigned to a specific store theme?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply