skip to main | skip to sidebar

18 February 2010

BlogEngine.NET – WIDGET – Paypal Donation Box + Paypal Current Balance

new-2 This is pretty much of a personal widget. So everything was hardcoded which means, you cannot “Edit” it. But if you like to, then you must change some codes in the widget it self. Those are the Paypal Signature and the Donation Form

You can get your Paypal API Signature here: (login first)
https://www.paypal.com/ph/cgi-bin/webscr?cmd=_profile-api-access&upgrade.x=1

Donation Button here:
https://www.paypal.com/cgi-bin/webscr?cmd=_donate-intro-outside

 

Download here

Installation Insturction

Well the folders are already setup for you. All you need to do is to modify the code:

1. App_Code\Controls\GetPayPalBalance.cs

in the constructor. make sure you entered your API Username, Password, Signature, and Environment (Live or Sandbox). You can get your API Signature here.

2. widget\PaypalDonationBox\widget.ascx

Insert the Form code. You can get the Donation Button code here.

3. read the web.config.installation.readme.txt

and follow everything I said there

4. make sure you have done it right.

5. copy all those folders in your BE.NET host.

0 comments: