Type
magento2-module
A Magento 2 module demonstrating how to implement a frontend multi-step modal.
magento2-module
MIT
None
None
None
None
None
None
A Magento 2 module demonstrating how to implement a frontend multi-step modal. Based on the Release Notes modal that commonly appears in the admin panel after installing/upgrading the Magento application.
Magento Open Source (CE) 2.2.x
Include the package.
$ composer require sussexdev/module-multistepmodal
Enable the module.
$ php bin/magento module:enable SussexDev_MultiStepModal
$ php bin/magento setup:upgrade
$ php bin/magento cache:clean
Head to the /multistepmodal
route and the modal will open automatically.