Hi,
I have a weird issues that is really bothering me, when I try to add a category in the admin panel I usually get a drop down menu next to location but it has now been replaced by a radio button chooser.
My category is only 1 menu deep, any idea how to change the view back as the radio chooser is annoying?
If I remember correctly, that is set in your config.php file. It is what happens when you have over 100 categories (I think). I can't pull up the file right now, but if you take a look, you should be able to find it and change it.
Thanks,
Brandon
Thanks brandonvd, for anyone interested you need to change the following
cscart\config.php
Line 24:
define('CATEGORY_THRESHOLD', 100);