Par défaut, les filtres sont affichés au dessus du listing de produit. Pas besoin de créer un module sur le coté.
Néanmoins, il est possible de cacher les filtres du listing de produits pour qu'il n'y ai que ceux du module avec un peu de CSS, comme expliqué dans la documentation:
On the other end, if you want to hide the filters on the main area of your page and only display the filters via the module, you can add such CSS (replace the X by the id of your menu) in the front end CSS file of HikaShop via the Display tab of the configuration :
#hikashop_category_information_menu_X .hikashop_filter_main_div{ display:none; }