Problem with checkout

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
John Gaby
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Fri Mar 13, 2009 10:34 am

Problem with checkout

Post by John Gaby » Sat Mar 21, 2009 4:23 pm

I have been working with AbleCommerce for a couple of weeks now, and I suddenly find that I can no longer get to the checkout page. I have traced the code, and when I click the Checkout button, I get to a point in NavigationHelper.cs where it calls WebflowManager.IsUsingOnePageCheckout(). This function never returns, and the page just repaints. I have tried reverting to the original source code (but have not re-initialized the database), but it still does not work. Does anyone have any ideas as to what might be wrong?

Thanks

John Gaby
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Fri Mar 13, 2009 10:34 am

Re: Problem with checkout

Post by John Gaby » Sat Mar 21, 2009 8:25 pm

I believe I have found the problem. Looking in the log file, I see that an exception was being thrown because the Scriplets\Custom directory did not exist (I guess I must have deleted it). Restoring that directory corrected the problem.

Post Reply