Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 12-05-2008, 08:37 AM   #1
Active Warrior
War Room Member
 
texasmom64's Avatar
 
Join Date: Sep 2008
Location: Texas
Posts: 96
Thanks: 40
Thanked 5 Times in 5 Posts
Contact Info
Send a message via Skype™ to texasmom64
Default How do I add paypal code to a payment button

hey yall,

I bought a package of "order now", buttons and I want to start using them, but I don't know where the code for my paypal account goes in the html

I've copied a few lines of the code that includes the button code that I'm going to be using below, if that helps.

If someone could just show me where to put the paypal code and any other code that is needed to make it work right, i would appreciate it

thanks
txmom
texasmom64 is offline   Reply With Quote
Old 12-05-2008, 08:42 AM   #2
Active Warrior
War Room Member
 
texasmom64's Avatar
 
Join Date: Sep 2008
Location: Texas
Posts: 96
Thanks: 40
Thanked 5 Times in 5 Posts
Contact Info
Send a message via Skype™ to texasmom64
Default Re: How do I add paypal code to a payment button

well i couldn't put the code in untill after i've made 15 post, so I hope you understand what i'm talking about

New To The Internet And Internet Marketing?
Then Check Out My New System

Extreme Newbie Income System
texasmom64 is offline   Reply With Quote
Old 12-05-2008, 09:06 AM   #3
HyperActive Warrior
 
Seans0n's Avatar
 
Join Date: Sep 2007
Location: United Kingdom
Posts: 105
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: How do I add paypal code to a payment button

I'm not sure exactly what you mean. You've bought some "order now" buttons? Are these simply graphics that you've paid for? If so you would simply replace the src part of the button:

<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="">

Replacing https://www.paypal.com/en_GB/i/btn/btn_buynowCC_LG.gif with the location of your image.

If not then I'm assuming you're new to HTML. In which case you would simply paste the code between the <body> tags of your page wherever you want the button to appear.

Seans0n is offline   Reply With Quote
Old 12-05-2008, 11:01 AM   #4
We Do Service Right
War Room Member
 
YellowDot Software's Avatar
 
Join Date: Dec 2008
Location: Philadelphia, PA
Posts: 164
Thanks: 2
Thanked 13 Times in 12 Posts
Contact Info
Send a message via AIM to YellowDot Software
Default Re: How do I add paypal code to a payment button

This should be exactly what you're looking for:

Code:
<form action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
  <input type="hidden" name="cmd" value="_xclick">
  <input type="hidden" name="business" value=yourpaypal@email.com>
  <input type="hidden" name="item_name" value="YOUR ITEM NAME HERE">
  <input type="hidden" name="currency_code" value="USD">
  <input type="hidden" name="amount" value="00000.00">
  <input type="hidden" name="custom" value="ANYTHING TO PASS TO YOUR IPN">
  <input type="hidden" name="invoice" value="INVOICE NUMBER TO INSURE UNIQUE ORDERS ">
  <input type="hidden" name="return" value=http://THERETURNPAGE.ONYOURSITE.COM>
  <input type="image" style="padding:10px;" src="http://www.YOURSITE.com/YOURBUTTON.JPG" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
  </form>
YellowDot Software is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
add, button, code, payment, paypal

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 04:11 AM.