Quote Originally Posted by carlwhat View Post
it looks like you have a category with no products.

all of the vars get set in this section of code:

https://github.com/zencart/zencart/b...xt.php#L75-L92

so your id_array is 0; ie no products in the category, based on the sql results from a little above.

probably something that needs to be looked at.

best.
Yup that's what I'm look at as well, but what's odd is that the same line of code is still showing a list of the products. The Previous button recognizes it's at the top of the list and proceeds to cycle to the end of the list. The next button works when there is a product selected but it's not going through when nothing is selected in the combo box at the default.