项目作者: ScottParsons

项目描述 :
A Magento 2 module demonstrating how to implement a frontend multi-step modal.
高级语言: PHP
项目地址: git://github.com/ScottParsons/module-multistepmodal.git
创建时间: 2018-07-12T16:29:42Z
项目社区:https://github.com/ScottParsons/module-multistepmodal

开源协议:MIT License

下载


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.

  1. $ composer require sussexdev/module-multistepmodal

Enable the module.

  1. $ php bin/magento module:enable SussexDev_MultiStepModal
  2. $ php bin/magento setup:upgrade
  3. $ php bin/magento cache:clean

Usage

Head to the /multistepmodal route and the modal will open automatically.