📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Potentially Abandoned v2.0.2

MB_ThreeStepsCheckout Magento 2 module

michalbiarda/magento2-module-threestepscheckout

Adds a "Finalization" step to the Magento 2 checkout process. Requires billing address to be displayed on the payment page.

10,121
Downloads
Below average
0
GitHub Stars
5y ago
Last Release
0
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v2.0.2 on Magento 2.4.8-p3
Dec 28, 2025

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

MB_ThreeStepsCheckout Magento 2 module Magento compatibility status badge

README

Loaded from GitHub

MB_ThreeStepsCheckout Magento 2 module

Overview

This module adds "Finalization" step at the end of standard Magento 2 checkout.

Configuration

The module requires that "Configuration > Sales > Checkout > Checkout Options > Display Billing Address On" config is set to "Payment Page".

The module itself has no configuration. If module is enabled, checkout is overwritten.

Payment methods coverage

Due to the fact that "Place order" button is hardcoded in each payment method's template, there is a need to move any additional validation attached to the button to module's "Next" button.

Below you can find a list of payment methods that either don't have additional validations or for which validation was already moved. They were tested with module with success.

  • Magento_OfflinePayments: Bank transfer
  • Magento_OfflinePayments: Checkmo
  • PayPal_Braintree: Credit Card
  • PayPal_Braintree: Credit Card Vault

If you need to use other methods, you must test them by your own and move additional validation if needed.

Magento versions supported

  • 2.3.x
  • 2.4.x

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.