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.
One page checkout confusion
-
- Ensign (ENS)
- Posts: 4
- Joined: Mon Aug 29, 2011 12:08 pm
Re: One page checkout confusion
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:
I changed the code in ConLib\Custom\Basket.ascx.cs:282 and all is well now.
Code: Select all
NavigationHelper.GetCheckoutUrl(false) // Must pass false
Re: One page checkout confusion
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
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