Search found 4 matches

by tomrose
17 Dec 2021, 10:23
Forum: TYPO3 extension
Topic: Define Filter-Tree-Depth
Replies: 4
Views: 1631

Re: Define Filter-Tree-Depth

Thank you. I have inserted 'frontend' => [ 'catalog' => [ 'levels-always' => null, ], ], in the file DistributionPackages/template/Resources/Private/Config/controller.php The resulting behaviour is: On the main catalogue-page all subcategories are shown, on a subcategory, only this subcategory is sh...
by tomrose
16 Dec 2021, 08:53
Forum: TYPO3 extension
Topic: Define Filter-Tree-Depth
Replies: 4
Views: 1631

Re: Define Filter-Tree-Depth

Thank you. In earlier versions, the default behaviour was: Show main categories only, if no f_catid is given. In version 2021, the whole tree is shown, not only the main categories. In the file /aimeos/ai-client-html/client/html/src/Client/Html/Catalog/Filter/Tree/Standard.php the lines 257 + 258 re...
by tomrose
07 Dec 2021, 11:57
Forum: TYPO3 extension
Topic: Define Filter-Tree-Depth
Replies: 4
Views: 1631

Define Filter-Tree-Depth

I would like to define the tree depth of
client/html/catalog/filter/tree/
so that by default no children will be returned.

Is there a way, like e.g. depth or deep or s.th. like this?

Thanks.
by tomrose
23 Nov 2021, 11:52
Forum: TYPO3 extension
Topic: Remove currency from URL in catalogue list
Replies: 1
Views: 962

Remove currency from URL in catalogue list

The catalogue list add a parameter C=EUR (as well as others).

I would like to get rid of this parameter, as EUR is the only currency available.
For catalogue.filter there is remove-params, but not for catalogue.list.

How can I remove parameters from the generated URL?

Thanks.