Modify the page menu 

You can add the number of products found in the subpages to your page menu.

Example:

show products found in subpages in menu
includeLibs.tt_products_ts = EXT:tt_products/api/class.tx_ttproducts_ts.php

lib.menu_top.2 = TMENU
lib.menu_top.2.IProcFunc = tx_ttproducts_ts->pageProductCount_IProcFunc
Copied!