Feat: add support for one-page checkout#999
Conversation
ThbPS
commented
May 5, 2026
| Questions | Answers |
|---|---|
| Description? | Adds support for switching between the classic 4-step checkout and one-page checkout. The checkout navigation is hidden when OPC is enabled, and a hidden toast hook is added for the account-created message after registration. |
| Type? | new feature |
| BC breaks? | no |
| Deprecations? | no |
| Fixed ticket? | N/A |
| Sponsor company | PrestaShop |
| How to test? | Enable one-page checkout, open the checkout page, and verify that the classic step navigation is not displayed. Create an account from checkout and verify that the account-created toast can be displayed after redirect. Then disable one-page checkout and verify that the classic 4-step checkout navigation still appears. |
|
Hello @ThbPS! This is your first pull request on hummingbird repository of the PrestaShop project. Thank you, and welcome to this Open Source community! |
Hlavtox
left a comment
There was a problem hiding this comment.
I think that there should be a separate template for OPC, this is a recipe for hell.
|
Since a module cannot cleanly override the theme’s checkout page template, achieving zero OPC dependency in |
|
In my opinion, the OPC controller can incorporate its own This means Alternative option: I'm pretty sure you can extend this template from the module, and correctly use |