cancel
Showing results for 
Search instead for 
Did you mean: 

Onepage checkout

Onepage checkout

For earlier Magento 2.x versions, I used to use the extension from amasty for a one-step checkout. Now I wanted to try Magento's own "Onepage Checkout" as an alternative in version 2.4.3-p3. However, instead of one step, the checkout is divided into two steps :

  1. address and delivery
  2. payment method

Is this normal or is something wrong with my configuration? With a "onepage checkout" I would have expected only one step.

2 REPLIES 2

Re: Onepage checkout

Hi @kempermusic ,

 

You need to use third party extension for one step checkout.

By default magento flow divided into 2 sections (steps) as you mentioned.

It's actually one page checkout and you can see url is same for both sections.

If you want everything in same flow like amasty's one step checkout then you need to integrate third party extension.

 

Problem Solved? Accept as Solution!

 

Hope it helps!

Thanks

Ankit Jasani

Re: Onepage checkout

Thanks for your answers!
@Ankit Jasani, then I have at least the certainty that this is not due to a faulty configuration. I still wonder what the point would be to split a one-page checkout over two steps?