How to display categories in filter pro module.

A

Anonymous

Guest
Once you download or purchase filter pro module for Aceshop, you want to display the list of categories falling under some parent category. But aceshop may not successful somtimes.

So what you have to do is simple go to the path:
your_project/components/com_aceshop/opencart/catalog/view/theme/default/template/module/filterpro.tpl

Go to line 63 and change table id from "filter_categories" to "filter_category".

And your task will be done.
 
Back
Top