> a) How to build a python product that is catalog aware? Mix CatalogAware into your Python Product's class. CatalogAware sucks though :-( > b) How do i retrieve the data from the catalog without a search interface? Iterate over a call to the catalog. Read the Zope Book online for this. cheers, Chris