Hi a quick Q - can I apply the Kategorie-Layout Plugin only to one specific category or is it always e-shop wide?
I would like to apply the Kategorie-Layout Plugin (Phoca Cart Layout Category Restaurant Plugin) only to one specific category and not across all product categories.
Kategorie-Layout Plugin and Produkt-Layout Plugin
-
- Phoca Member
- Posts: 17
- Joined: 06 Nov 2023, 08:39
- Jan
- Phoca Hero
- Posts: 48398
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Kategorie-Layout Plugin and Produkt-Layout Plugin
Hi, for now there is no option to display it only for selected categories. So this needs to be customized, e.g. per template override - to change the file:
components/com_phocacart/views/items/tmpl/default.php
components/com_phocacart/views/category/tmpl/default.php
and add there condition which will manage the category id
Jan
components/com_phocacart/views/items/tmpl/default.php
components/com_phocacart/views/category/tmpl/default.php
and add there condition which will manage the category id
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 17
- Joined: 06 Nov 2023, 08:39
Re: Kategorie-Layout Plugin and Produkt-Layout Plugin
thanks will try
- Jan
- Phoca Hero
- Posts: 48398
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Kategorie-Layout Plugin and Produkt-Layout Plugin
OK
If you find Phoca extensions useful, please support the project