A4on Mybrand
A4on Mybrand
Installing this plugin creates a menu named "My Brand" in the back end (Admin Panel).
The My Brand menu contains two sub menu's
- Brands Settings
- Products Settings
Using the Brands Settings menu we can create a brand and assign a logo for the brand and Manage them.
Using the Product Settings menu we can assign a product for the brands created and Manage them.
Go To "http://your root magento installed url/index.php/mybrand/index/brandslist" if you have added brands and assigned products, you can see a list of brands with their logo scrolling
By clicking the corresponding brands logo the products assigned with that brand will be displayed in the front end.
If you want to display the brands in some other places in your front end (eg home page)
Go to :"your magento root folder/app/code/local/A4on/Mybrand/controllers/IndexController.php" in that copy the code inside the function brandslistAction() {} and paste it where ever you want to display the brands in your front end.