magecom/module-brand v2.7

Magecom Brand module

Type

magento2-module

License

MIT

Requires

None

Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magecom module for adding brands to product.

This module for magento 2

What adding? * brand field to product * data management to admin panel * two new pages to front * * list of brands * * list products by brands

Installation

This library can be found on Packagist.

The recommended way to install In magento admin interface:

Off secure keys in "Stores->Configuration->Advanced->Admin->Security->Add Secret Key to URLs"

Then disable and clean cache

In console

In root directory of you project
$ php bin/magento cache:disable
$ php bin/magento cache:clean 
$ php bin/magento cache:flush

Then install module

In root directory of you project
$ composer require magecom/module-brand

Then after the successful installation, you need to update the data

In root directory of you project
$ php bin/magento setup:upgrade

Installation completed

Usage

  • If you want manage brands, can click on BRANDS in admin menu.
  • See the brands you can on front after click on brands menu
  • Brands support url rewrites by url key field and you can specify the meta: title, keywords and description
  • In product edit on main tab add select field brand.

Uninstall

If you want to uninstall you can write in console

In root directory of you project
$ php bin/magento module:uninstall Magecom_Brand

Note: the uninstall command seems bugged and might get stuck at ``` Removing code from Magento codebase

When this happens you should exit with ctrl+c and run


and replace to you access key $ config http-basic.repo.magento.com ```

For get and you need go to Magento connect -> My account -> Developers -> Secure keys -> Magento 2. If you don't have keys. You need click to "Ceate A New Access Key" button.