Page 2 of 2

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