add shop email address

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3564 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-09-29 09:02:11 +00:00
parent e6e5263b45
commit a2c2eed300

View file

@ -102,6 +102,11 @@ class IShop(Interface):
description=_(u'Check if shop is primarily for consumers.'),
default=False,
required=False)
email = schema.TextLine(
title=_(u'E-Mail Address'),
description=_(u'Email address of the shop.'),
default=u'',
required=False)
products = Attribute(u'The products available in this shop.')
categories = Attribute(u'The product categories provided by this shop.')