Skip to content

dualklip/magento-2-brands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Magento 2 Brands Manager

This is a Magento 2 module made to manage brands in two ways.

  1. This offer you a new module in the control panel allowing to manage the brands with a view list where you can add, edit or delete the brands. This brands only have a title, description & logo.
  2. A block can be added to your frontend view with a carousel integrated that show the brands logos.
How to add the block to your template
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceContainer name="main.content" htmlTag="main" htmlClass="page-main-full-width" />
	    ...
	    <block class="PhoenixConnection\Brands\Block\Index" name="phoenix_connection_brands" template="PhoenixConnection_Brands::brands.phtml"/>
	    ...
	</body>
</page>

This Readme.md has been made with Pandao MEditor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages