sussexdev/module-multistepmodal

A Magento 2 module demonstrating how to implement a frontend multi-step modal.

1.0.1 2019-01-01 13:58 UTC

This package is not auto-updated.

Last update: 2024-06-23 04:29:58 UTC


README

Magento 2 - Multi-step Modal Module

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.