[TYPO3-shop] Handling of Categories

Franz Holzinger franz at fholzinger.com
Wed Feb 22 23:26:52 CET 2006


Hello
> 
> So the best approach is to keep category items under Storage Folder and 
> products under particular page in pages tree?
> What the best way to make bigger shop?
Yes, it is usefull to have the products separated into sysfolders by
categories. This is necessary to find them again in the backend.

It is better to list only products of one category. You can use the
nsb_cat2menu to select the categories in order to list only the products
of this category.

Set the pid_list to those page ids of products which should be listed.

With the use of mbi_products_categories the categories get independant
from the pages and you can enhance tt_products to have several categories.

Regards,


Franz



More information about the TYPO3-project-tt-products mailing list