Page 1 of 1

Make no active links to categories where there is no product

Posted: 24 Jan 2017, 03:35
by 27bit.ru
Hi.
My cms typo3 7.6.15, aimeos 16.10.3, bootstrap pack 6.2.16, Linux, PHP Version 5.6.26, mysql 5.6.31

Aimeos Shop - Catalog Filter.
Is it possible to make a reference to the inactive category, where there is no product, using TypoSettings?

If I do with CSS(pointer-events: none;), then the property does not work: hover
It is very important to me.

Is it possible with the help of the settings, disable links in empty directories?

Re: Make no active links to categories where there is no pro

Posted: 25 Jan 2017, 10:23
by aimeos
There's no configuration setting for disabling category links with no products but you can overwrite the catalog/count/tree template and do that by using Javascript:
https://github.com/aimeos/ai-client-htm ... efault.php