product_labels

View Magento 2 Product labels Extension Detail Page for Features and Demo

Documentation for Product label

Preference

  • People look for new and attractive things. It became necessary to do something new that attracts customers. One of the way is to display different kind of labels on product. Mageants has better solution for your labels. You can generate different dynamic product label with help of Product label extension which is developed by Mageants team.

Installation

There are two ways of installing extension in magento2.

  1. Using COMMAND LINE.
  2. Manually Install extension.

Option 1: Magento 2 install extension using COMMAND LINE (Recommended)

Follow below steps to install extension from the command line.

Step 1: Download the extension and unzip it.

Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.

Step 3: Disable the cache under System → Cache Management.

Step 4: Enter the following at the command line:

           Php bin/magento setup:upgrade
           Php bin/magento setup:static-content:deploy

Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Product label, the module will be displayed in the admin panel.

Option 2: Magento 2 install extension manually

Step 1: Download the extension and unzip it.

Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.

Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_Product label’ ⇒ 1

Step 4: Disable the cache under System → Cache Management

Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Product label, the module will be displayed in the admin panel.

Backend Example

After Installation of Extension login to magento admin panel to set configuration of the extension.

Extension Configuration

Minimal discount amount : Here Minimal discount amount to dis play with product label as per rounding of percentage rules.

Minimal discount percentage : Here Minimal discount percentage to dis play with product label as per rounding of percentage rules.

Rounding of discount percentage : Use of rounding discount to display percentage and amount.

If you set discount amount 2.4 and discount percentage 5.6 then value display in label as per below rounding selected option.

1) The next lowest integer value : Discount amount/percentage show lowest integer base value.

  • Discount amount :- 2
  • Discount percentage :- 5

2) By rules of mathematical rounding : Discount amount/percentage show mathematical rounding base value.

  • Discount amount :- 2
  • Discount percentage :- 6

3) The next highest integer value : Discount amount/percentage show highest integer base value.

  • Discount amount :- 3
  • Discount percentage :- 6

Product label Menu

Product label Grid

Add / Edit Product label

Edit Product attributes ‘Is New’ & ‘On Sale’

Frontend Example

Category page

Product view page

product_labels.txt · Last modified: 2025/05/26 13:10