Page 1 of 1

Filter module

Posted: 25 Apr 2020, 17:12
by supportotecinf
Hi, if I activate the Limit Specifications To Active Category function in the filter module, I am given these errors. See screen. Why ?

Image
Image
Image

thanks.

Re: Filter module

Posted: 30 Apr 2020, 16:10
by Jan
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

Re: Filter module

Posted: 19 May 2020, 15:12
by Jan