Deleted

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
aimeos
Administrator
Posts: 7889
Joined: 01 Jan 1970, 00:00

Re: Display sub-sub categories

Post by aimeos » 16 Dec 2019, 10:28

Not sure if I understand correctly but if you always want to display the first two levels of categories, you can use
https://aimeos.org/docs/Configuration/C ... els-always
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

rowild

Re: Display sub-sub categories

Post by rowild » 09 Jun 2020, 11:44

May I ask, if this is still valid?

I changed my TYPO3-TS-setup to this:

Code: Select all

plugin.tx_aimeos.settings {
    // CONTROLLER
    controller {
        frontend {
            catalog.levels-always = 2
        }
    }
 }
 
but only the first category of the catalog is shown (it has not products, only those in the second level have products).

Do I have to change the template (lists/body-standard-php) somehow?

User avatar
aimeos
Administrator
Posts: 7889
Joined: 01 Jan 1970, 00:00

Re: Display sub-sub categories

Post by aimeos » 13 Jun 2020, 14:26

That doesn't work because TYPO3 overwrites the setting with the flexform value from the plugin configuration even if it's empty.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply