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
|
@ -92,8 +92,9 @@ class IShop(Interface):
|
||||||
default='',
|
default='',
|
||||||
required=False)
|
required=False)
|
||||||
priceMarkup= schema.Float(
|
priceMarkup= schema.Float(
|
||||||
title=_(u'Price Markup'),
|
title=_(u'Price Markup (%)'),
|
||||||
description=_(u'Price Markup (percent).'),
|
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,
|
default=0.0,
|
||||||
required=False)
|
required=False)
|
||||||
isConsumerShop = schema.Bool(
|
isConsumerShop = schema.Bool(
|
||||||
|
|
Loading…
Add table
Reference in a new issue