Install Memebership Subscription in Magento 2

How to Install and Configure Membership Subscription to Magento 2?

Offering the facility to subscribe for regular updates from your eCommerce store is a great way to keep your customers updated and offer an amusing customer experience. If you have your store on Magento 2, this feature can be easily provided on your store. There are numerous Magento 2 Extensions available to keep it easier for the store owners. MageDelight Membership Subscription Extension is a great tool to offer a subscription model on the eCommerce store.

In today’s article, we will bring to you a step-by-step tutorial for installation and configuration.

Installation

  • 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,
      php -f bin/magento setup:upgrade
      php -f bin/magento module:enable Magedelight_MembershipSubscription
      php -f bin/magento setup:static-content:deploy
  • Flush store cache
  • log out from the backend and log in again

Backend Configuration

Membership Subscription Settings

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

MageDelight Membership Subscription

  • Link Name: would get displayed on front end. This link redirects customers 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.

AND It’s Done!

Hope this tutorial is helpful for your store. If you face any issue while installation or configuration, feel free to reach us out. Our experts will be happy to assist and resolve your issues.

Tags