Hi,
I developed a simple product to display a stock quote in a portlet. The product is based on some python scripts (stored in a product directory under Plone products).
I have written in zope a page template (portlet-style) to display the results: everything ok.
Now I have created a 'skin' directory under the product dir, and copied a .pt file with the ZPT source for the portlet.
I have added the registerDirectory call in the __init__.py under the product directory. The product appears loaded in Zope, but I am not able to call the page template under the skin directory. What is the path. Is everything correct?
thanks
Max