Hi All,

I have changed my product listing order for my category listing pages so that it orders my sort number and quantity.

I changed the file

/includes/index_filters/default_filter.php

and changed a line in here to be:

$listing_sql .= " order by p.products_sort_order, p.products_quantity desc";

the problem I seem to have now is that if a customer clicks on the first product in the category listing, then from within the product info page clicks "next" i.e to view the next product, instead of showing the next product in the category list its showing a diffeent one completely? (I think I might be going in alphabetical order)..

Where can I look to ensure the next previous will marry up with the order of products displayed in the listings?

Many Thanks

Phil