Manufacturer Brand Logo Pro

Print

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.

Things you can do with the help of this extension.

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();