News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Ordering products by date creation as "DESC" by default

Started by Florentp, August 09, 2012, 11:21:50 AM

Previous topic - Next topic

Florentp

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
Web programmer. Passionate.
PHP, SQL, Javascript, JQuery, css.
Skype : florent.indienboutique

rhand-vm



namangarg88

I am also facing the same problem.
Any fixes available??
Thanks

Roger Lightening

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'));

weballabout