[Zope] custom product with images

Dieter Maurer dieter@handshake.de
Fri, 13 Sep 2002 19:59:26 +0200


Jim Kutter writes:
 > I want to make a product that basically has two "properties": an image, and
 > a blurb (HTML text) that an individual can upload the image source in the
 > addForm...
 > ...
 > How would I go about doing this? Should I make a ZClass inherited off an
 > Image?
You either use a ZClass or make a tiny Python product inheriting
"OFS.Image". Read the Zope Developers Guide...


Dieter