Search found 4 matches

by pla
28 Nov 2024, 11:41
Forum: TYPO3 extension
Topic: No filters by default
Replies: 3
Views: 43153

Re: No filters by default

Hi there, I have upgraded to the x-dev version of package aimeos/ai-client-html and can confirm, that it now works for me. As a workaround (which could be interesting for others until this fix is in an official version) I have build a typoscript file while importing the attributes with the following...
by pla
19 Nov 2024, 10:30
Forum: TYPO3 extension
Topic: No filters by default
Replies: 3
Views: 43153

No filters by default

Hello, I am using TYPO3 12.4.19 and aimeos/aimeos-typo3 2023.10.7 I have the problem, that on my product list page I get no filters rendered. When I define a filter list with the following TypoScript, then I get only these filters (with values) plugin.tx_aimeos { settings { client.html.catalog { fil...
by pla
07 Nov 2024, 11:29
Forum: TYPO3 extension
Topic: Get category tree in TYPO3 context
Replies: 4
Views: 60122

Re: Get category tree in TYPO3 context

Thank you so much. I've searched in the code and googled so much and then it's so easy. I have already tried something with a getTree() function but from the Frontend::create method: \Aimeos\Controller\Frontend::create($context, 'catalog')->getTree() But that did not work. When using your code it wo...
by pla
06 Nov 2024, 12:55
Forum: TYPO3 extension
Topic: Get category tree in TYPO3 context
Replies: 4
Views: 60122

Get category tree in TYPO3 context

Hello there, I try to get the AIMEOS category tree inside of TYPO3 but I become desperate because I don't find any post nor a helping documentation about this. The only thing I've found was this documentation to get the AIMEOS context inside TYPO3: https://aimeos.org/docs/latest/typo3/extend/ But th...