Hi,
With HikaShop 4.2.0 we've made the filters work in AJAX (dynamic refresh of the areas, without a full reload of the page).
So this meant a lot of changes in the view files.
If the filters don't work after the update, this means that you have some view overrides from previous versions of HikaShop that's you'll have to remove/redo.
So after the update, check the files in the folder templates/YOUR_TEMPLATE/html/com_hikashop/product/
There are three main files to look for:
- listing.php
- listing_div.php
- filter.php
If you have them, try renaming them (that will disable them) one by one until you find the one(s) causing the issue.
Once you knwo which files are problematic, you can either:
- keep them renamed if that doesn't change your products listing / filters display (it means the view overrides were unnecessary).
- redo the overrides via the Display>Views based on the new version of the view files.
We wish you a nice day,
Kind regards,
Mohamed Thelji.