Page 1 of 1

One page checkout confusion

Posted: Mon Aug 29, 2011 12:20 pm
by jonfreeland
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.

Re: One page checkout confusion

Posted: Mon Aug 29, 2011 9:37 pm
by jonfreeland
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.

Re: One page checkout confusion

Posted: Fri Sep 02, 2011 9:44 am
by AbleMods
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?