Setup Module

At now the module just support setup via FTP and run magento 2 commands

To install Magento 2 Reward Points extension follow instructions bellow:

1. Back up your web directory and store database.

2. Download Reward Points installation package

3. Upload content of the Reward Points installation package to your store root folder via FTP/SFTP

4. Connect to your store root directory with SSH

cd path_to_the_store_root_folder

Run 3 commands bellow:

php -f bin/magento setup:upgrade
php -f bin/magento setup:static-content:deploy
php -f bin/magento setup:di:compil

5. Flush store cache, log out from the backend and log in again

Execute the following command

php -f bin/magento cache:clea

Or go to Back-end > System > Cache Management. Click the following buttons to completely clear the store cache:

  1. Flush Mangento Cache

  2. Flush Cache Storage

  3. Flush Catalog Images Cache

  4. Flush Javascripts/CSS cach

Import Sample Data

1. Go to Back-end > Landofcoder > Setup > Import

2. Select the sample data file

3. Refresh the cache under Back-end > System > Cache Management

Video Guide To Install Magento 2 Reward Points

Last updated