Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

A Magento 2 module that sets up the base tables and UI grid components needed for a basic reward points module.

License

Notifications You must be signed in to change notification settings

Turiknox/magento2-rewardpoints-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Turiknox Reward Points Setup

Overview

In development. A Magento 2 module that sets up the base tables and UI grid components needed for a basic reward points module.

Requirements

Magento 2.1.x

Installation

Copy the contents of the module into your Magento root directory.

Enable the module via the command line:

/path/to/php bin/magento module:enable Turiknox_RewardPoints

Run the database upgrade via the command line:

/path/to/php bin/magento setup:upgrade

Run the compile command and refresh the Magento cache:

/path/to/php bin/magento setup:di:compile

/path/to/php bin/magento cache:clean

Usage

View the grid components under Marketing -> Reward Points

About

A Magento 2 module that sets up the base tables and UI grid components needed for a basic reward points module.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages