Brands - Magento 2 module documentation

Author: Mateusz Bereszczuk

Brands Module

Module overview

Brands module allows grouping products by their brands and displaying their banner on the main page.

Module compatibility

This module is compatibile with Magento Community versions: 2.3.

How it works

Once installed, head to Stores > Configuration > Aurora > Brands in order to enable the module.

Image 1

In this page you can also change the attribute (Brands is recommended) and the amount of displayed banners.
Afterwards, go to Stores > Attributes > Product and edit chosen attribute.
In Manage Swatch field choose Upload a file option under Swatch and select image, which will be displayed on the main page, and then, set the name under Admin column.

Image 2

Next, the products should be connected with previously set attribute. To do that, go to Catalog > Products and edit the product of interest. Find the field called Brands and choose an option defined before.

Image 5

Now on the main page the uploaded image can be seen. After clicking on on it, all the associated products will be displayed.

Image 3

Image 4

Demo

Installation

Composer

  1. Add repo to composer.json:
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@git.auroracreation.com:magento2/brands.git"
    }
    ...
],
  1. Add package to composer.json:
"require": {
    ...
    "aurora/brands": "*"
    ...
},
  1. In Magento root folder run commands:
composer update aurora/brands
php bin/magento module:enable Aurora_Brands
php bin/magento setup:upgrade

Manual

  1. Unzip archive.
  2. Upload extension files on your server to:
{Magento root}
└── app/
    └── code
  1. In Magento root folder run commands:
php bin/magento module:enable Aurora_Brands
php bin/magento setup:upgrade

Thank you for your interest in our products!