collective.behavior.discount

Behavior of discount related fields.


License
BSD-3-Clause
Install
pip install collective.behavior.discount==0.3.1

Documentation

collective.behavior.discount

collective.behavior.discount provides discount related behavior in addition to price behavior to dexterity content types.

image

Currently tested with

  • Plone-4.3.6 with Python-2.7.x [taito]

Behavior

The behavior can be added through the web or directly through the file system to the dexterity content type xml file like:

<property name="behaviors">
  ...
  <element value="collective.behavior.discount.interfaces.IDiscount" />
  ...
</property>