Simple Cart Item 0.5
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.5.1, Plone 2.5, Plone 2.1.4, Plone 2.1.3 |
|---|---|
| State | Final release |
| License | GPL |
This release is largely the result of the work done by Jon Baldivieso during the 2006 Plone Conference Sprint. The base type was refactored so that it is now based on ATCT. This release requires DataGridField 1.5 or greater
Other features in this release:
- Migration script for >0.3.6 versions of SimpleCartItem (as always, please backup before attempting migrations)
- DataGridField for options. You can now specify options with price adjustments. For example, if you have an item that costs more depending on its size.
- Configlet for specifying thank you page/cancel page, payment gateway id, currency sysmbol
- Factory support
Change log
0.5.0
-Added support for currency symbols besides the mighty dollar (sign). Added a customizable mapping of currnecy codes (ie 'USD') to symbols (ie '$') populated with some common ones. Made currency code selection easier in the configlet. Fixes issue 7.
-Cleaned up the schema for the cart item -- wordsmithing, more verbose descriptions, better defaults. [jbaldivieso]
-Installation cleanup: split out each part into its own method, and added our type to the the portal_factory so people don't mistakenly add ghost cart items. [jbaldivieso]
- added script for migrating versions 0.3.6 to 0.5.0 [aaronv]
- added code to install DataGrid dependency [aaronv]
0.4.0-Alpha3
- Add priced adjustment to the options field by incorporating the DataGridField
- Update addToCart.py to caculate price adjustment