💜
MAGENTO 2 REWARD POINTS
  • Overview
  • Installation
    • Setup Module
    • Extension Version Update
  • Config and Usage
    • Module Configuration
    • How To Manage Customer Transaction
    • How To Create Point Earning Rates
    • How To Manage Customer’s Points
    • How To Create Point Spending Rates
    • Redeem(Only For Pro)
    • REST API
    • Video Tutorial
    • FAQ
      • How to custom layout xml and template?
      • How to add content over slide image?
      • How to setup sample profile?
  • Other Module Guides
    • Magento 2 Step Recommendation
Powered by GitBook
On this page
  1. Installation

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

PreviousOverviewNextExtension Version Update

Last updated 2 years ago

Install Guide