I need to configure the „Clear all“ button in J2Store plugin. Where can I find the relevant PHP File?
Best regards
Hi veilside
Here is the file: root/com_jamegafilter/layouts/filter-selected.php
For clear / reset function, it's declared in this file: root/com_jamegafilter/assets/js/megafilter.js
Approx line 1813:
... if ($item.is ('.clear-all-filter')) { ....
Thank you. But it didn’t work… if rewrite the class of button btn btn-default to btn btn-link. But it will still used the class btn btn-default
veilside Could you share the super admin + ftp account so I can check directly?
I've found it! it must be changed also in the following file: /plugins/jamegafilter/j2store/layouts/default/filter-selected.php