<!-- TITLE: Easy Labels - Magento 2 module documentation--> <!-- SUBTITLE: Author: Marek Milewski --> # Easy Labels Module ## Module overview Make your products more attractive with catchy and flashy labels. Modul enables you to create and assign labels freely to products chosen by yourself. Strong point of module is that single product can have its own special label. Easy Labels lets you choose color for label from over 16 million colors. ## Module compatibility This module is compatibile with Magento Community versions: **2.2** and **2.3**. ## How it works After installing the module, to add your first **label** head to Admin Panel go to **Catalog > Manage Labels**. Click on **Add New Label** button to create your own label. ![Image 2](/uploads/easy-labels/image-2.png "Image 2") ![Image 6](/uploads/easy-labels/image-6.png "Image 6") **Label** - set name for label **Attribute set** - set for which attributes label should be available **CSS class** - set styling for label **Font & Background color** - when clicked, window will show up that lets you pick color without much effort (window may look different on your operating system) **Enable Label** - turns on or off visibility of label **Store View** - a store/store view that this category should be visible in When finished, your label will be visible in **Catalog > Manage Labels** grid. ![Image 3](/uploads/easy-labels/image-3.png "Image 3") To assign your newly created label to chosen product, go to **Catalog > Products**. Now edit product that has an **Attribute set** same as one of the attributes you have chosen while creating the new label. ![Image 14](/uploads/easy-labels/image-14.png "Image 14") On the top of the form you will see your label, which you can enable only for this product, whenever you want to. ![Image 5](/uploads/easy-labels/image-5.png "Image 5") To see the added **label** head to your chosen product at your store. The labels will appear under product’s name and will line up if there is more than one. ![Image 8](/uploads/easy-labels/image-8.png "Image 8") Created label will also appear as product attribute in Admin Panel **Stores > Product**, where you can customize it even more with generic Magento 2 options. ## Demo demo1.magecreation.com ## Installation ### Composer 1. Add repo to composer.json: ```text "repositories": [ ... { "type": "vcs", "url": "git@git.auroracreation.com:aurora-modules/easylabels.git" } ... ], ``` 2. Add package to composer.json: ```text "require": { ... "aurora/easylabels": "*" ... }, ``` 3. In Magento root folder run commands: ```text composer update aurora/easylabels php bin/magento module:enable Aurora_EasyLabels php bin/magento setup:upgrade ``` ### Manual 1. Unzip archive. 2. Upload extension files on your server to: ```text {Magento root} └── app/ └── code ``` 3. In Magento root folder run commands: ```text php bin/magento module:enable Aurora_EasyLabels php bin/magento setup:upgrade ``` ### Thank you for your interest in our products!