phoenixconnection / brands
Listado de marcas
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.1
This package is auto-updated.
Last update: 2025-06-04 23:01:08 UTC
README
#Magento 2 Brands Manager
This is a Magento 2 module made to manage brands in two ways.
- 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.
- 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