sussexdev / module-multistepmodal
A Magento 2 module demonstrating how to implement a frontend multi-step modal.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
This package is not auto-updated.
Last update: 2025-06-08 09:29:21 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.