Hi everybody,
By default i set in Virtuemart "Ordering by Creation date", but it display product from older to newer.
Do you know how to reverse the return by default ? (so DESC and not ASC)?
Thanks a lot.
Florent
Did you ever sort this out? New to VM 2.0.
I have also the same problem...
http://forum.virtuemart.net/index.php?topic=102590.msg357797#msg357797
Anyone can fix it?
Thanks
I am also facing the same problem.
Any fixes available??
Thanks
The way that I was able to change the order was by editing the following file:
administrator/components/com_virtuemart/models/product.php
I changed:
$filter_order_Dir = strtoupper (JRequest::getWord ('order', 'ASC'));
to
$filter_order_Dir = strtoupper (JRequest::getWord ('order', 'DSC'));
Great Worked For me Just Fine!!!
Thanks