sussexdev / module-multistepmodal
A Magento 2 module demonstrating how to implement a frontend multi-step modal.
Package info
github.com/ScottParsons/module-multistepmodal
Type:magento2-module
pkg:composer/sussexdev/module-multistepmodal
1.0.1
2019-01-01 13:58 UTC
This package is not auto-updated.
Last update: 2026-03-15 13:23:26 UTC
README
Overview
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.
Requirements
Magento Open Source (CE) 2.2.x
Installation
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
Usage
Head to the /multistepmodal route and the modal will open automatically.