2Checkout Donate

This plugin allows site owners to have a donate buttons for visitors to donate via 2Checkout in either set or custom amounts.

Author:Patrick Garman (profile at wordpress.org)
WordPress version required:3.0.0
WordPress version tested:3.1.4
Plugin version:1.0.4
Added to WordPress repository:14-03-2011
Last updated:16-03-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://www.patrickgarman.com/tag/2checkout-do...
Total downloads:1 596
Active installs:30+
plugin download
Click to start download

This plugin allows site owners to have a donate buttons for visitors to donate via 2Checkout in either set or custom amounts.

To use, simply add the shortcode "2checkout" to your posts or pages. The parameters and some examples are below.

 

type: button|link|manual -- type of element shortcode outputs

sid: custom 2checkout ID -- if you want to enter a custom seller ID...

amount: custom donation amount -- format of 5.00

noval: 0|1 -- set to 1 if you want to add the fixed amount to your text

demo: Y -- if you set demo to Y, transactions will not be processed

target: _self|_target -- HTML target for your element (new window vs same window)

lang: 2checkout language parameter

currency: 2checkout currency parameter

skip_landing: 0|1 -- set to 1 if you want to skip the default landing page during checkout

 

Usage

Use all defaults:

[2checkout]

Button that says "Purchase", price $5, in a new window:

[2checkout type="button" amount="5.00" target="_blank"]Purchase[/2checkout]