Multi-Vendor Marketplace - Adding Supplier Ratings to Product Page


Adding Supplier Ratings

Back to User Guides

Our customers experienced some difficulties with custom themes and displaying “Supplier Ratings” on product pages. For that reason, we decided to move this feature to a separate block

This separate block needs to be placed manually, following these steps:

  1. Enable 'Supplier Ratings' feature in the Admin Panel
  2. Edit your layout XML file (catalog.xml)
  3. If you don’t have a custom theme, and you use Magento default template, this file is placed at:
    • versions < 1.9: /app/design/frontend/base/default/layout
    • versions ≥ 1.9: /app/design/frontend/rwd/default/layout
  4. Find the  node called catalog_product_view and in reference called content, add the following line:
<block type="marketplace/catalog_product_supplier_rating" name="marketplace.supplier.rating" as="supplier_rating" />

Your layout should now be ready! 

"Supplier Ratings" can be put anywhere in the template:

  1. Go to your theme's template
  2. Open catalog/product/view.phtml
  3. Insert the following line where you would like the "Supplier Ratings" information to appear:
<?php echo $this->getChildHtml(‘supplier_rating’);?><br><br>

Get more information about the Multi-Vendor Marketplace Extension for Magento.

Find other Magento products at the CreativeMinds Magento Store.

Let us know how we can Improve this Product Documentation Page.

To open a Support Ticket visit our support center.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.