Categories

Featured templates

Magento. How to add/display manufacturer in products listing (category pages)

Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial will show you how to add manufacturer to the category page(s) in Magento.

  1. Login to your Magento admin panel, go to Catalog -> Manage attributes and select manufacturer

    Make sure that this attribute is being used in product listing.

    magento-19x_how_to_add_manufacturers_on_category_pages-1
  2. Also make sure to specify the Manufacturer for your product(s)

    magento-19x_how_to_add_manufacturers_on_category_pages-2
  3. Using the FTP client or any file manager go to /app/design/frontend/tm_themes/themeXXX/template/tm/productlistgallery/ directory and open the list.phtml file.

    Here we can add manufacturer to the List mode or the Grid mode.

    magento-19x_how_to_add_manufacturers_on_category_pages-3
  4. Add the following code to display the Manufacturer:<?php echo $_product->getAttributeText(‘manufacturer’) ?>

    magento-19x_how_to_add_manufacturers_on_category_pages-4
  5. Save this file and upload it to the server replacing the original one.

Thank you for reading this tutorial. Now you know how to add manufacturer to the category page(s) in Magento.

Feel free to check the detailed video tutorial below:

Magento. How to add/display manufacturer in products listing (category pages)
Magento Website Templates
This entry was posted in Magento Tutorials and tagged category page, Magento, manufacturer, product listing. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket