Hi.
I'd like to know if there is a way to show child category image in the category list.
As is, the category list only has the option to show the top category image, but there is no such option for the child categories.
The child categories are in ul list format and seem to only come out as text.
Playing around with listing_div, I hoped that there might be file path information in $child->row->file_path, to no luck.
If there are no other way, I can get the file path info by calling the DB using $child->category_id, but I was hoping that the information might already exist.
I'd appreciate it if you can clear that up.
Thanks!