Hi, if I activate the Limit Specifications To Active Category function in the filter module, I am given these errors. See screen. Why ?
thanks.
Filter module
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Filter module
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:
TO:
Thank you, Jan
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) {
Code: Select all
if ($this->limit_parameters_category == 1) {
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Filter module
Fixed in version 3.5.1:
https://www.phoca.cz/news/1079-phoca-ca ... 1-released
https://www.phoca.cz/news/1082-phoca-ca ... 2-released
https://www.phoca.cz/news/1079-phoca-ca ... 1-released
https://www.phoca.cz/news/1082-phoca-ca ... 2-released
If you find Phoca extensions useful, please support the project