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



Info

Md base module
NameBase Module


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_Productlabel


      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 Product Labels 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 > Product Labels > 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

  • Detail Page Container: Use detail page container class to display product label on product detail page. This is an auto generated field, the value will be loaded automatically on installation. The value can be changed as and when required.
  • Listing Page Container: Use listing page container class to display product label on product detail page. This is an auto generated field, the value will be loaded automatically on installation. The value can be changed as and when required.
  • Max Number of Labels on Single Product: Set maximum number of label to get displayed on product logo. By default it will 5.

...