Hi, thank you for the info, there is a typo error. I will fix it in next version.
For now you can do quick fix in: administrator/components/com_phocacart/libraries/phocacart/filter/filter.php on line 415
Change FROM:
Code: Select all
if ($this->limit_paramters_category == 1) {
TO:
Code: Select all
if ($this->limit_parameters_category == 1) {
Thank you, Jan