Page 1 of 1

@tik Top Rated products module v1.1

Posted: Fri Sep 21, 2012 12:30 pm
by OC2PS
This is a very simple extension. It enables a module to show the products that have received the highest average ratings in customer reviews.
best.JPG

best.JPG (27.81 KiB) Viewed 2908 times

Requirements
  1. This is an extension for Opencart. Hence you need Opencart (tested on 1.5.4.1) preinstalled. Opencart is available at http://www.opencart.com/index.php?route ... d/download
  2. vQmod is should also be preinstalled. vQmod is available at http://code.google.com/p/vqmod/downloads/list
Installation & usage
  1. Upload the contents of the uploads folder to your shop's root folder.
  2. Log into shop Admin Panel. Go to Extensions > Modules.
  3. Click Install link next to "Top rated".
  4. Click Edit link next to "Top rated", and add the module to your desired layouts, esp. Default layout.
  5. Go to System > Users > User Groups and Edit each user to check appropriate checkboxes to add permissions to this extension.
Styling

This extension uses classes instead of inline styling. So you can just add styling in your stylesheet.css to change the way the message looks.
e.g.

Code: Select all

.toprated {
font-size: 16px;
width: 100%;
background-color: #eeeeee;
}

.topratedtotalreviews {
color: red;
font-weight: bold;
}

.topratedavgrating {
color: red;
}
Extension page: http://www.opencart.com/index.php?route ... on_id=8368

Re: @tik Top Rated products module v1.1

Posted: Mon Dec 12, 2016 6:15 am
by jimmisavage
Hi,
Great module but I'm wondering if i would be able to add a category filter to it? I would ideally like to be able to have top rated in a couple of different categories.

Regards
Stuart