Page 2 of 3

Re: Phoca Cart Filter

Posted: 12 Apr 2026, 23:55
by Jan
Hi, yes, Phoca Cart has these 3 additional parameters so you can fully set where the module will be displayed. You enable it for component (com_phocacart) and its product view (item) and that is.

Jan

Re: Phoca Cart Filter

Posted: 15 Apr 2026, 06:34
by zia
Hi

Does the filter module striclty follow the current category context automatically and what is the correct configuration to ensure that filters never mix values between different categories (e.g. Carpet and Vinyl Tiles)?

Re: Phoca Cart Filter

Posted: 15 Apr 2026, 15:34
by Jan
Hi, this depends on if the category is even selected or not, the Phoca Cart filter works based on URL and if url includes category filer, then it filters including category when not, then without the category. You can set in options that category will be automatically selected with another filter value - so then it filters within the category.

Jan

Re: Phoca Cart Filter

Posted: 16 Apr 2026, 11:28
by zia
I see, can you show me how to configure it?

Re: Phoca Cart Filter

Posted: 17 Apr 2026, 10:20
by Slava
Display (Component)
Display (View)
Display ID

What can be entered as parameters? And what does each of these items do (what is it responsible for)?

Re: Phoca Cart Filter

Posted: 21 Apr 2026, 18:55
by Jan
Image

if you want to display the module only on Phoca Cart page, you set "com_phocacart" for component. If you only want to display it on Phoca Cart page but only in items view, you set view to "items"

If you want to display it only on page with Phoca Cart product ID 150 then you set:

component: com_phocacart
view: item
id: 150

Jan

Re: Phoca Cart Filter

Posted: 29 Apr 2026, 16:56
by Slava
Thank you, Yan. The solution provided fully resolves the issue: I now have the ability to independently determine whether to place the filtering module on the product page and on the category product list page.

Re: Phoca Cart Filter

Posted: 30 Apr 2026, 13:08
by Jan
OK

Re: Phoca Cart Filter

Posted: 01 May 2026, 08:43
by Slava
J‎6.0.2/phocacart_v6.0.0/modules_v6.0.0

System Cache - OFF
Phoca Cart Filter Module/Menu Assignment/On all pages
- Display (Component) - com_phocacart
- Display (View) - items

As expected:
The module is displayed on the search results and product filtering page. (simply put, it works)
The module is not displayed on the product detail page. (simply put, it works)

Not expected:
The module is not displayed on the Category View (Product list layout) page. (simply: not working as expected)

Why is the module not displayed on the Category View (Product list layout) page?

Re: Phoca Cart Filter

Posted: 04 May 2026, 13:27
by Jan
Hi, because display includes "items" view, not "category" view, just add there category view:

Image

Or maybe I don't correctly understand your question, the module is not displayed on category view, because it was not set in options, what exactly is not working as expected?

Jan