Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770

    Paypal donate button

    Has anyone done a paypal button to their program so people could donate by clicking on the button?
    I have the code for a web button but man it has lots of code in it. whats the best way you have done it?

  2. #2
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    If you want to have it so they can click a regular AMS button then just create a new donation button on PayPal. When it generates the code it also generates code for an email link. Just copy this code and paste it as the URL in a File.OpenURL action. You cannot use the button code, it has to be the email link code.

    Code:
    File.OpenURL("https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=info%40youremail%2ecom&item_name=My%20Cool%20App&item_number=MYCOOLAPP&amount=5%2e00&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8")
    Works like a charm. You got to love PayPal.
    Dermot

    I am so out of here

  3. #3
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    Now I have to find that again. they make things soi hard to find unless it is to make them money . lol

  4. #4
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Just login into PayPal. Click on the Merchant Tools tab. Click Donations on the right under Key Features. Create your button.
    Dermot

    I am so out of here

Similar Threads

  1. Having Button Text Stay A Certain Color
    By webnc1 in forum AutoPlay Media Studio 5.0
    Replies: 5
    Last Post: 10-04-2004, 03:37 PM
  2. Example: Creating an on/off button to toggle background audio
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 07-10-2004, 02:54 PM
  3. Button Hiding Blues
    By Tezcatlipoca in forum AutoPlay Media Studio 4.0
    Replies: 5
    Last Post: 04-11-2003, 04:57 PM
  4. INFO: The Explore Button on the Distribution Folder Dialog
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-11-2002, 12:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts