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.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Looking for Contributors
Composer installation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubMB_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.