Detailed Description:
Hi,
when I have some subcategories in an instance of listit2, the order of the top
level catagories is good but not for the children.
In the class.ListIt2CategoryOperations.php file at line 253 I have add ORDER BY
in the query :
$query = 'SELECT category_id FROM ' . cms_db_prefix() . 'module_' .
$mod->_GetModuleAlias() . '_category WHERE parent_id = ? AND active = 1 ORDER BY
position';
This is a bad solution but it works for my case but not with the orderby
parameter of the module.
It will be great if you could correct it.
Thanks.
Regards.