CMFPaypalHelper
Category: Commerce
—
Other products by this author
Current release: CMFPaypalHelper 0.1.2
Released Apr 28, 2006 — tested with Plone 2.0.5, Plone 2.0.4, Plone 2.0.3, Plone 2.0.2, Plone 2.0.1, Plone 2.0, Zope 2.7.8, Zope 2.7
Initial release; tested on Plone 2.0 but not on 2.1
Experimental releases
There are no experimental releases available at the moment.
Project Description
- Project resources
Introduction
CMFPaypalHelper is a simple Zope product (for CMF) to ease the use of online payment using Paypal in CMF sites. It does not contain a cart system, nor any other online shop features.
How to use
Install the product in Zope as usual. For a Plone site, use the quickinstaller to install the tool. Then, call the 'makePaypalButton' on the tool to generate a button. A script you wrote will be called when the payment is validated, so you can process the order.
You can specify two urls where your customer will be redirected, one if the payment is complete, one if the payment fails.