Hi,
Under product list view, none of the sorts work..clicking on the price title or the description title doesn't sort accordingly for that column.
I remember modifying the default_filter.php so that the product list view will list out the newly added item first. I don't know if this would a cause the problem of sorting.
Here is what I changed, around line 220 on default_filter.php
Any ideas?Code:.....$sort_col = substr($_GET['sort'], 0 , 1); $sort_order = substr($_GET['sort'], 1); // WEBMASTER EDIT SORT THE PRODUCT ADDED BY DATE // $listing_sql .= ' order by '; $listing_sql .= ' order by p.products_date_added DESC,'; switch ($column_list[$sort_col-1]) {......




