collective.cart.core
Yet another cart for Plone.
Project Description
Introduction
collective.cart.core is yet another cart for Plone.
It makes any ATContentTypes addable to cart.
- Inspired by getpaid project.
Tested with
- Plone-4.2x
Repository URL
How To
Once you have quickinstalled the package to Plone Site:
- Add Cart Folder to the site.
- The cart will be stored here.
- If you have multiple cart folder, the cart will be added to the upper closest cart folder of the hierarchy line.
- Go to Site Setup >> Cart Config
- Here you can set properties for product prices and content types which can be added to cart.
- Make content type addable to cart.
- Go to some content type selected in Cart Config.
- Action >> Make Addable To Cart
- Edit the product values and Save.
- Now the Add To Cart button is appeared under Title of View.
- If you add the product to cart, cart portlet appears.
- You can check the cart contents by clicking cart in the cart portlet.
Installation
If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:
Add collective.cart to the list of eggs to install, e.g.:
[buildout] ... eggs = ... collective.cart.coreRe-run buildout, e.g. with:
$ ./bin/buildout
Changelog
0.4.1 (2011-10-03)
- easy_install error fixed. [taito]
0.4 (2011-09-24)
- End of support for Plone-3.x.
- License updated from GPL to BSD.
0.3.2 (2011-05-14)
- has_cart_folder method added.
0.3.1 (2011-04-25)
- Some template fixes.
0.3.0 (2011-04-25)
- Refactored for plugins.
0.2.0 (2011-04-23)
- Input support for quantity method.
- Multiple cart folder support.
0.1.1 (2011-04-21)
- Double registration of cart portlet fixed.
0.1.0 (2011-04-21)
- Initial release
Contributors
Taito Horiuchi <taito.horiuchi at gmail.com>
Credits
- The Finnish Association for Nature Conservation (Suomen Luonnonsuojeluliitto) who integrates this package into their site: http://www.sll.fi/
Self-Certification
[ ] Internationalized
[X] Unit tests
[ ] End-user documentation
[ ] Internal documentation (documentation, interfaces, etc.)
[ ] Existed and maintained for at least 6 months
[X] Installs and uninstalls cleanly
[X] Code structure follows best practice
Current Release
No stable release available yet.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 0.4.1 | More about this release… | BSD | pre-release | ||
| 0.4 | More about this release… | BSD | pre-release | ||
| 0.3.2 | More about this release… | GPL | pre-release | ||
| 0.3.0 | More about this release… | GPL | pre-release | ||
| 0.2.0 | Refactoring More about this release… |
Plone 4
Plone 3
|
GPL | pre-release | |
| 0.1.1 | More about this release… | GPL | pre-release |

