Search found 4 matches

by jonfreeland
Mon Jul 23, 2012 5:35 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: api-aa-3t.paypal.com could not be resolved
Replies: 2
Views: 4866

Re: api-aa-3t.paypal.com could not be resolved

I have been receiving this error as well recently and would love any guidance. Thanks!
by jonfreeland
Mon Aug 29, 2011 9:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: One page checkout confusion
Replies: 2
Views: 2652

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: NavigationHelper.GetCheckoutUrl(false) // Must pass false I changed the code in ConLib\Custom\Basket.ascx.cs:282 a...
by jonfreeland
Mon Aug 29, 2011 1:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Use One Page Checkout
Replies: 4
Views: 30577

Re: Use One Page Checkout

Did you ever find an answer to your first question? I am wondering as well.
by jonfreeland
Mon Aug 29, 2011 12:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: One page checkout confusion
Replies: 2
Views: 2652

One page checkout confusion

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", ...