iop/magento2-coupon

Magento 2 apply coupon code from url.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

0.0.1 2020-08-23 20:59 UTC

This package is auto-updated.

Last update: 2024-09-27 05:57:45 UTC


README

Tested on Version

  • Magento 2.3.5

Main Functionalities

NOTE: Screencast (1min): https://www.screencast.com/t/OZaMVkJs7IZ If screencast issue then try use other browser.

Installation

With Composer

Use the following commands to install this module into Magento 2:

composer require iop/magento2-coupon
bin/magento module:enable Iop_Coupon
bin/magento setup:upgrade && c:f

Manual (without composer)

These are the steps:

  • Upload the files in the folder app/code/Iop/Coupon of your site
  • Run php -f bin/magento module:enable Iop_Coupon
  • Run php -f bin/magento setup:upgrade
  • Flush the Magento cache
  • Done