3-page Checkout step "Shipping / Payment"

First off I am running 2.0.14. I am not going to upgrade to the newest version anytime soon due to my cart being extremely customized and my time being limited.



On my site I only have 1 shipping method and it is a manual method. Basically all it does is charge a fixed amount for all orders under $90 and orders over $90 are free. Regardless of your order, this is the only shipping method. I also only have one payment method, credit cards.



My question is this, is there a way to get the cart to skip the “Shipping / Payment” part of the checkout process and go directly to the “Place Order” part where you actually enter the cc info? I was hoping that someone has edited the code already to accomplish this, since that step is meaningless for my site (there is nothing to select basically). Extra steps in the checkout are bad and the more you make a customer do the more chance they will abandon the cart.



Thanks in advance.

[quote name=‘adodric’]First off I am running 2.0.14. I am not going to upgrade to the newest version anytime soon due to my cart being extremely customized and my time being limited.



On my site I only have 1 shipping method and it is a manual method. Basically all it does is charge a fixed amount for all orders under $90 and orders over $90 are free. Regardless of your order, this is the only shipping method. I also only have one payment method, credit cards.



My question is this, is there a way to get the cart to skip the “Shipping / Payment” part of the checkout process and go directly to the “Place Order” part where you actually enter the cc info? I was hoping that someone has edited the code already to accomplish this, since that step is meaningless for my site (there is nothing to select basically). Extra steps in the checkout are bad and the more you make a customer do the more chance they will abandon the cart.



Thanks in advance.[/QUOTE]



Did you found a solution to go directly to “Place Order” part?

Nope.

The tpl file should be edited to make the Steps expanded and the controller to make it only 1 button to be required to click, but I don’t know how exactly to do this?