12/07
2018
Wallogit.com
2017 © Pedro Peláez
A Magento 2 module demonstrating how to implement a frontend multi-step modal.
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., (*1)
Magento Open Source (CE) 2.2.x, (*2)
Include the package., (*3)
$ composer require sussexdev/module-multistepmodal
Enable the module., (*4)
$ 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., (*5)