
Originally Posted by
jrcook416
When I go into a category and look at the product listing, the dropdown select box changes and shows the proper sort order list for all of the products. When I select an element to sort by and change the value in the Display Order box, the page reloads and goes back to the category view. It does this for all sort orders regardless of which sort order I'm selecting.
i can not reproduce this error. when i go into a product listing it sorts completely correctly.
when i go into a category view, the sort does not work.
that is a problem.
i think the fix is as such. look at these 2 lines:
https://github.com/zencart/zencart/b...isting.php#L36
https://github.com/zencart/zencart/b...isting.php#L42
and change each one as such:
PHP Code:
if (!empty($_GET['cID'])) {
if (!empty($_GET['pID'])) {
please let us know if that fixes the problem.
best.
Bookmarks