Search found 1 match

by abeli887
07 Nov 2024, 01:29
Forum: TYPO3 extension
Topic: Get category tree in TYPO3 context
Replies: 4
Views: 60122

Re: Get category tree in TYPO3 context

You can try using the getTree() method after fetching the base category. Something like this should work: $context = \Aimeos\Aimeos\Scheduler\Base::context(); $locale = \Aimeos\Base::locale($context); $context->setLocale($locale); $manager = \Aimeos\MShop::create($context, 'catalog'); $filter = $man...