
Originally Posted by
jcrennan
This looks great and what I have been looking for, my only feedback would be the category list, I have a large list of categories and sub categories and some sub sub categories. The list order in the dropdown can make it hard to find the category that I am looking, is there any way that it could be placed into the store category order?
Yes, ideally incorporating the category structure from the dropdown on admin/category_product_listing.php, which uses this code:
Code:
echo zen_draw_pull_down_menu('cPath', zen_get_category_tree(), $current_category_id, 'onchange="this.form.submit();" class="form-control"');
I had a look but the code changes required are a bit beyond me.