Usage ¶
$this->widget('application.extensions.donate.Donate',
array(
'email', //your email address
'item', // the description of what the donation is going for
'currency', //the currency to accept (defaults to usd)
'amt', // the amount to donate
'type', // type of donation 'paypal,moneybookers,alertpay'\
'item_code', // for use with moneybookers and aertpay
'language', // EN,SP etc
'quantity', //quantity
'beforeform', // place divs here or whatever you want to appear before the form
'rid'='5413099', //use with moneybookers
'userbid', // allow the user to set the donation amount
));
?>
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.