Wednesday 14 September 2011

Customising a Virtuemart Joomla Review Modules to show random reviews

In my last post 4 Modules to Show Joomla Virtuemart Reviews
the modules I went through unfortunatley don't quite do what I need it to do.  In fact 2 are commercial and the other about listing products and not reviews.  Although I don't mind paying for modules if needed it's something I like to avoid if I can't pass the costs on to the customer.

So that leaves this one.

VirtueMart Latest Customer Reviews




Das "The "Virtuemart Latest Customer" Reviews Module displays the last commentaries or costumer reviews that your clients have placed in your Virtuemart shop in respect of your products in a module position. Besides text reviews, rating systems can also be displayed. By the implementation of various parameters, the following settings can be adju ...

Only thing is it gave me back duplicated results where I have copied Reviews over to similar products and I would like the list to be Random - and not the last one.

Open


modules/mod_latest_VM_reviews/helper.php

on line 24 



CHANGE


$query =    'SELECT


TO

$query =    'SELECT DISTINCT

CHANGE LINE 31 TO

 . ' ORDER BY RAND()'


That should be it :)

No comments: