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:
parent
e6e5263b45
commit
a2c2eed300
1 changed files with 5 additions and 0 deletions
|
@ -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.')
|
||||
|
|
Loading…
Add table
Reference in a new issue