CMFPaypalHelper

CMFPaypalHelper is a simple Zope product (for CMF) to ease the use of online payment using Paypal in CMF sites

Current release
CMFPaypalHelper 0.2

Released Aug 28, 2008 — tested with Plone 2.1, Plone 2.5, Plone 3, Plone 2.0

Improved release, thanks to Tres Seaver. Should work on all Plone from 2.0 to 3.1
More about this release…

Download fileGet CMFPaypalHelper for all platforms (0 kB)
Product Package

Project Description

CMFPaypalHelper


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.