I am in my admin area, specifically at the products section where you can assign your products to specific categories.
My problem is, that the category dropdown menu shows 5 categories only, even though I have hundreds in my database. My list elements in the category dropdown have the data-values of 5,3,6,7,4. It seems odd and really random to me that only five categories and only these 5 are displayed in my admin dropdown. I wonder why it stops at the value of 5 and doesnt keep going.
They are displayed correctly in the shop itself. It is only the backend that makes problems.
I tried to track the problem down and checked several files.
I am pretty sure that it should be generated in:
admin\view\template\catalog\product_form.tpl
Somewhere between line 338-342.
But there is no generation of <ul> or <li> tags so I really wonder where the list is generated as I tried to fix the problem myself.
