20 Mar
2007
20 Mar
'07
7:51 a.m.
Hi Allen
I made a pyhon product with catalogaware as one of my base class but my zcatalog named 'catalog' doesn't automatically catalog when I add a product item. what could be a problem? Perhaps setting the catalog in your object instance may help:
self.manage_editCataloger(catalogPath) You may also try to change the way you are sub classing. In my case, I put CatalogAware as the first sub class (left-most). Regards Josef