one page checkout with the checkout login page

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

one page checkout with the checkout login page

Post by robgrigg » Wed Jan 06, 2010 11:50 am

Hi

I want to mod the checkout so that I first get the loging page which is the first step in the milt page checkout and then get the one page checkout.

What's the most conformant way to do this?

Cheers.

Rob.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: one page checkout with the checkout login page

Post by mazhar » Thu Jan 07, 2010 5:43 am

One way to accomplish this could be to create a new user control in ConLib folder and then add both Login control and OnePageCheckout control and then use that control on checkout page instead of OnePageCheckout control. Finally update the code of this new control so that it detects that if customer is not logged in it only shows the login control and upon login completion hide login control make the checkout control visible.

Post Reply