Checkout screen

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 anni tempo fa
On the last checkout screen. There are 5 steps there. And I just want last step. and I want to remove all other steps.
How can I do that?
10 anni tempo fa
You want to skip billing address, shipping address, payment method etc steps?

You can setup one page checkout ( admin -> configuration -> settings -> order settings)
To skip shipping step - enable only one shipping method
To skip payment step - enable only one payment method
Not sure if you can skip billing and shipping step without source code modification
10 anni tempo fa
Thank but I actually want to make all steps invisible so not to confuse the end user. I just need a button so the order will be submitted by a click.
10 anni tempo fa
rickyyuhello wrote:
Thank but I actually want to make all steps invisible so not to confuse the end user. I just need a button so the order will be submitted by a click.


How customer pay you? Where they would enter billing address?
10 anni tempo fa
The customer does not have to pay me on the website. it is all zero amount.
And there will be no billing address.  Additional procedure will be executed by someone else on another 3rd ERP.
10 anni tempo fa
So, you have to customize source code, you can modify shoppingcart controller -> StartCheckout action to complete all process at once.
10 anni tempo fa
do you have source codes to show me?
10 anni tempo fa
rickyyuhello wrote:
do you have source codes to show me?


download from here
10 anni tempo fa
rickyyuhello wrote:
The customer does not have to pay me on the website. it is all zero amount.
And there will be no billing address.  Additional procedure will be executed by someone else on another 3rd ERP.


So your site is not really e-commerce. You sure you need to do it in Nop?
10 anni tempo fa
Yes. Please.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.