mage360/brands

Shop by brand extension for magento2

Installs: 297

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 1

Forks: 7

Open Issues: 6

Type:magento2-module

2.0.1 2020-06-12 15:05 UTC

This package is not auto-updated.

Last update: 2024-09-28 11:26:21 UTC


README

This shop by brand extension allows you to create brands for your shop; each brand can be named, described and assigned a logo. A brand will be linked to an attribute of the product, so on the brand page you would see all the products associated to it with layered navigation for easy filtration. Brands main page and individual brand have clean url. You can also specify meta keywords and description.

Useful links

Installation

$ composer require mage360/brands
$ composer update
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy
$ php bin/magento cache:clean

Features

  • Brand details - Name, Description, logo, featured, active.
  • Main Brands page - Display all brands. Featured brands will have a separate section.
  • Clean urls - choose main brands page and individual brand page urls.
  • SEO - Meta keywords and description
  • Products collection: Products are linked to individual brand by an attribute. On the brand page, you will see all the product with pagination and sortings.
  • Layered navigation - Individual brand page will also display layered navigation.
  • Breadcrumbs
  • Add shop by brand link to the main navigation.

Usage

  • Set Product attribute on the config page, Store > Configuration > Mage360 > Brands
  • You can see brands page by going on url /brands. If you set url key in configuration then url will be /URLKEY.html like /brands.html
  • Individual brand - Prefix 'brand' will be added to the url and .html at the end. So the final url wil be /brand/URLKEY.html