How to create a single page checkout?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
The aim is to create a single page checkout.... something similar to:

http://store.bodcare.com/shoppingcart.aspx  to goes to via guest checkout
http://store.bodcare.com/UberCheckout.aspx

Would i have create new modules - Shipping, Billing, Payment Method, PO number etc...

Guess first is to create a ASP page...   eg: NewCheckout.aspx  and a module NewCheckout.ascx  
What type of Ajax toolkit would be needed? Don't mind for now as a long page...

Working on a NopCommerce v1.9,  as can get mobile working and starting to understand entity framework. But stuck on creating a single page checkout - any advice would be great....

Cheers
12 years ago
Go to admin area > Configuration > Global settings and ensure that 'One-page checkout' is checked (1.X versions). One-page checkout option is missed in 2.00 version, but it'll be added back soon.
12 years ago
Hi Andrei,

Thanks for the reply, but looking into a more developed version of current CheckoutOnePage.aspx.... Have so far today created a new two column master page and added the Checkout to the left... on the right is a box for a mini cart... Currently putting a mini cart in this area on the right...

But i still have the checkout in 5-6 processes - thinking of a quicker way to have displayed all on one page - then will make a javascript or Ajax panels...

Just asking for advice in the creating of such a page... Sorry but still using 1.9, did work before on v1.8. Already have the PDF on v1.8...

Will upload soon a French Language package... for v1.9

thanks once again....
12 years ago
I am also stuck on this...

So far created a - CheckoutOnepage.aspx which has two columns... in the right is a checkout but is more in the lines of a mini cart... Total number of Products, a button to go back to edit the cart page... (module - FloatingCart.ascx )

Stuck on the displaying products - was trying to build a OrderSummary (module) as i can get the normal one in, when adding this new module can not display any of the repeatable panels... (header goes in at top...okay) I must be missing something.. have used the C# code from the OrderSummary module - graphic below... (red area)

http://tinypic.com/r/a48zt3/7

Below with the OrderSummary (on the page)

http://tinypic.com/r/25ouyxw/7

Any word from the community on how to do this - as a lot of people have wanted to custom this page for sometime???
Words of wisdom - or try a different direction...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.