thank you it works with two box on homepage
i test with only box, it's ok on homepage but i have a problem on product info. (it's ok with original categorie box)
i add c.parent_id = '62' for view my categories
function getData() {
global $categories_string, $tree, $languages_id, $cPath, $cPath_array;
$categories_string = '';
$tree = array();
$categories_query_raw = "
select
c.categories_id,
cd.categories_name,
c.parent_id
from
" . TABLE_CATEGORIES . " c
join " . TABLE_CATEGORIES_DESCRIPTION . " cd
on cd.categories_id = c.categories_id
where
c.parent_id = '62'
and cd.language_id='" . ( int )$languages_id ."'
order by
sort_order,
cd.categories_name
";
is possible to view problem on My website test
it's strange it works on the homepage
Regards,
Chris