Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
width60%

Table of Contents
maxLevel3


Column
width30%



Image Removed
Section

Installation



Include Page
Base Module Notes
Base Module Notes

Warning

Before installing the extension, please make sure to Backup your web directory and store database

  • Unzip the extension package file into the root folder of your Magento 2 installation.
  • Connect to SSH console of your server:
    • Navigate to the root folder of your Magento 2 setup
    • Run command as per below sequence,

      Panel

      php -f bin/magento setup:upgrade


      Panel

      php -f bin/magento module:enable Magedelight_MembershipSubscription


      Panel

      php -f bin/magento setup:static-content:deploy


  • Flush store cache
  • log out from the backend and log in again
Section

License Configuration

Note

License activation is not required for extension purchased from Magento Marketplace.

After successful installation of Membership Subscription extension, you are now required to configure the license key in the admin configuration section. You can set it from:

Step 1: Go to, Admin Control Panel > Stores Configuration > Magedelight > Membership Subscription > License Configuration. 

You will find two text boxes asking for Serial Key and Activation Key, which you received on email upon the purchase of extension. See screenshot below:

Panel

Image Removed

  • Serial Key: Enter Serial Key
  • Activation Key: Enter Activation Key

Step 2: Expand “General Configuration” tab, you will find a list of domains for which license is purchased and configured, now select the domain you are going to use, you can select multiple domains by clicking “Ctrl + Select”.

Panel

Image Removed

Step 3: Now, select “Yes” from “Enable Module” to enable extension and again click on “Save Config” button on the top right.

Panel


Section

Backend Configuration (Admin side)


Panel

Admin Control Panel > Membership Subscription > Configuration > Magedelight > Membership Subscription


Panel

  • Enable/disable the Membership Subscription  on frontend (“Enable Module” -> yes/no)
  • Send mail before days – Set number of days before an auto generated email should be sent to customers to notify them about the expiry date of the current plan.
Panel

  • Link Name: would get displayed on frontend. This link redirects customer to a dedicated page of membership plans list page.
  • Page Title: Page title of separate membership plans list page.
  • URL Identifier: KEY of membership plan page URL.
  • Meta Keywords and Meta Description: Manage the meta data of membership plan page.

...