Changing Basket order

Hi,
I want to disable the step 3 in the transaction where the customer can choose shippig and payment type. I want to jump directly from step 2 to step4.
Is this possible and how could it be done?
thank you

it is possible, but needs some deeper “surgery” within the checkout templates

Have a look at the input fields and the values, which normally are collected by the users input.
You need to do an automatic forwarding and still collect those values.

ok. thank you.
have done some surgery on the tpls in checkout and forms and it works.

cool - may I call you “Dr. OXID”? :smiley:

Don’t forget to handle other links to this page.

For example, at final checkout users are given the option to change shipping/payment. You’ll want to disable this or handle it in whatever other manner. You can grep all the tpl files to see if other links to that page exist.

thank you for the hint - i have done this. but thank you anyhow