Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Multiple categories link manager - won't show above 253

Multiple categories link manager - won't show above 253

Views: 905

Results 1 to 4 of 4
19 Oct 2011, 1:14 PM
#1
fakedecoy avatar

fakedecoy

Zen Follower

Join Date:
Jul 2006
Posts:
309
Plugin Contributions:
0

Multiple categories link manager - won't show above 253

I have created category id 254, went to Multiple Categories Link Manager, and category id 254 does not display. I created another category with id 255 and it doesn't display either. What's up? Do I need to increase the limit in the code somehow? I increased the display columns from 3 to 4 in the config.

19 Oct 2011, 1:51 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Multiple categories link manager - won't show above 253

Until a Category has 1 or more Products in it, it will not display ...

19 Oct 2011, 2:09 PM
#3
fakedecoy avatar

fakedecoy

Zen Follower

Join Date:
Jul 2006
Posts:
309
Plugin Contributions:
0

Re: Multiple categories link manager - won't show above 253

Ok, got it. I see it only reads the categories off the products_to_categories table. That would makes sense except that it doesn't display empty categories, as you note. Wouldn't it make more sense to read the categories table and display empty categories too?

19 Oct 2011, 2:11 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Multiple categories link manager - won't show above 253

It was designed this way to not show a bazillion empty Categories on sites not using them all ...