collective.pfg.payment is a Plone product inteded to integrate html payment form which happens outside of Plone as easy as possible by using forms and adapters generated by PloneFormGen.
Currently tested with:
- Plone-3.3.5
- Plone-4.1b2
- Products.PloneFormGen-1.6.0
Example use case:
- On Plone site, input some price amount on form.
- Confirm the amount and go to payment page outside of Plone.
- Process the payment.
- Go back to Plone site.
Installation:
Use zc.buildout and the plone.recipe.zope2instance recipe to manage packages:
Add collective.pfg.payment to the list of eggs to install, e.g.:
[buildout]
...
eggs =
...
collective.pfg.payment
Re-run buildout, e.g. with:
./bin/buildout
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Updated version in metadata.xml. [taito]