priceMarkup
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3559 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
cb48096a3a
commit
542e3d16aa
1 changed files with 4 additions and 3 deletions
|
@ -91,9 +91,10 @@ class IShop(Interface):
|
|||
u'a price group.'),
|
||||
default='',
|
||||
required=False)
|
||||
priceMarkup = schema.Float(
|
||||
title=_(u'Price Markup'),
|
||||
description=_(u'Price Markup (percent).'),
|
||||
priceMarkup= schema.Float(
|
||||
title=_(u'Price Markup (%)'),
|
||||
description=_(u'Markup in percent to apply to the standard price of the product '
|
||||
u'if the product has not got a price for the price scale given.'),
|
||||
default=0.0,
|
||||
required=False)
|
||||
isConsumerShop = schema.Bool(
|
||||
|
|
Loading…
Add table
Reference in a new issue