collective.behavior.price is a Plone product that provides a price related behavior to dexterity content types.
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.price.interfaces.IPrice" / >
...
< /property >
You may also set currency through content registry and content price with currency will be also cataloged with metadata called money.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Added column: price to catalog metadata. [taito]
· Tested with Plone-4.2.4. [taito]
· Integrated to Travis CI. [taito]