Manufacturer Brand Logo Pro
Manufacturer Brand Logo Pro
Manufacturer Brand Logo Pro allows you to upload the brands logos of your products. Now you can manage brand logos of your products from the admin side. These logos integrate effortlessly with your online store.
- Add brand slider with their logos on any page or column. The only thing you need to do is to add few lines of code from admin side to activate this functionality.
- Adjust the size of the brand’s image that appears on any section of the page.
- Display the logo of brands on the home page that your products belongs to.
- Display the list of brand logos that your products are made up of on the left navigation column.
- Provide the brand logo on the product view page
- Allow customers to browse the products based on brands
- Add brand logo on the brand list page
This extension provides store wise functionalities. If you are handling multiple web stores through single admin panel then the decision lies up to you whether to provide the brand logos of the products in all sites or any one site or only in some sites.
The extension can be installed very easily and integrates with your e-commerce store effortlessly without affecting its layout and other functionalities. This magento module is very easy to use too.
This extension helps your customers to know about product brand available on your store very conveniently. This helps them reduce their shopping time considerably thus they will want to visit your store again and again.
Note – In case you are using a custom magento theme, then you need to add the extension folder to the theme.Follow the path like this :- app/design/frontend/custom_package/custom_theme/template/extension folder
Mentioned below is the code you need to use for displaying brand logo on product detail page
echo $this->getLayout()->createBlock('manufacturer/manufacturer')->setProduct($_product)->setTemplate('manufacturer/product_manufacturer.phtml')->toHtml();