Skip to main content

PayPal Community

  • Dashboard
  • Send and Request
  • Wallet
  • Business
  • Help
Log in
  • Welcome
    • Guidelines
    • News and Events
    • Suggestions for PayPal
    • General Discussions
  • PayPal Help Community
    • Managing Account
    • Transactions
    • Wallet
    • Security and Fraud
    • Products & Services
    • Reporting
  • MTS Community
    • PayPal Upgrade Community
    • PayPal Payments Standard
    • REST APIs
    • NVP/SOAP APIs
    • SDKs
    • Sandbox Environment
    • PayPal Reporting
    • Payflow
    • Ideas for MTS
    • Client-side Integration
    • Server-side Integration
  • The Archives
    • PayPal Help Community Archives
      • Managing Account Archives
      • Transactions Archives
      • Wallet Archives
      • Security and Fraud Archives
      • Products & Services Archives
      • Reporting Archives
    • Help Community
      • PayPal Basics Archives
      • Payments Archives
      • My Money Archives
      • My Account Archives
      • Disputes and Limitations Archives
      • Products and Services Archives
      • PayPal Credit Archives
    • Merchant Community
      • Merchant Products
      • Business Tools Archives
      • Reporting Archives
      • Managing Risk and Fraud Archives
    • Help Archives
      • About Business (Archive)
      • About Payments (Archive)
      • About Settings (Archive)
      • About eBay (Archive)
      • About Protections (Archive)
      • About Products (Archive)
    • Social and Your Voice Archives
      • Off Topic (Archive)
      • My Feedback for PayPal (Archive)
    • About PayPal Archives
      • Watercooler (Archive)
      • Tax Information (Archive)
      • Fees (Archive)
      • eBay and PayPal (Archive)
      • Coupons and promotions (Archive)
    • My Account Archives
      • My account settings (Archive)
      • Account limits and verification (Archive)
      • Account balance (Archive)
      • Bank accounts and credit cards (Archive)
    • Payments Archives
      • Sending money (Archive)
      • Receiving money (Archive)
      • Refunds (Archive)
      • Donations and Fundraising (Archive)
    • Disputes and Security Archives
      • Disputes and claims (Archive)
      • Fraud, phishing and spoof (Archive)
    • My Business Archives
      • Merchant services (Archive)
      • Reporting and tracking (Archive)
      • Shipping (Archive)
    • PayPal Products Archives
      • PayPal Debit Mastercard (Archive)
      • PayPal Extras MasterCard (Archive)
      • PayPal Mobile & Other Services (Archive)
      • Student Accounts (Archive)
      • Bill Me Later (Archive)
    • Getting to know PayPal
      • My PayPal account
      • Security and protection
    • Receiving and sending money
      • Buying with PayPal
      • Selling with PayPal
    • PayPal Here UK
      • PayPal Here News and Events
      • PayPal Here Community
      • Chip and Pin Card Reader
      • PayPal Here App

The Community Forum will no longer be available starting June 30, 2025. Please note that the forum is now closed for new posts and responses, but previous posts will remain accessible for review until June, 30 2025. For comprehensive support options, please visit PayPal.com/HelpCenter
Merchant Technical Support: For technical support and related questions, please visit our Technical Support Help Center or Developer Central

If you want to report illegal content under the EU Digital Services Act, please do so here

since ‎Nov-12-2016
Country: United States
Type: Personal
kgenecole
kgenecole Contributor
Contributor
4
Posts
0
Kudos
0
Solutions
Your 3rd PayPal Anniversary
Your PayPal Anniversary
The Return
Ice Breaker
Active
View all
Latest Contributions by kgenecole
  • Topics kgenecole has Participated In
  • Latest Contributions by kgenecole

Re: PayPal and IPad

by kgenecole Contributor in About Business
‎Jan-14-2017 08:04 PM
‎Jan-14-2017 08:04 PM
The URL is http://creativeedge.freehostia.com . I haven't been able to get the Add To Cart button to work on Ipad. Feedback would be appreciated.   Kevin ... View more

PayPal and IPad

by kgenecole Contributor in About Business
‎Jan-14-2017 10:06 AM
‎Jan-14-2017 10:06 AM
Hello:   I built a website using PayPal as the payment platform. It works well on PC, but I've found that the Add To Cart button doesn't work on IPad. If you click it, it doesn't do anything. Is there a solution for this problem? - - Kevin ... View more

Custom Add to cart button

by kgenecole Contributor in About Business
‎Nov-12-2016 05:35 PM
‎Nov-12-2016 05:35 PM
Hello: Does PayPal now require that a button be saved and have unique ID code before an Add To Cart button will work? I've been trying to submit a custom form, trying to Add To Cart, but it always tells me there's information missing. Could anyone suggest anything? Here's the form item I"m trying to submit:   -Kevin   <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="on0" value="Single Origin"> <input type="hidden" name="os0" value="CoffeAM"> <input type="hidden" name="on1" value="Bag Size"> <input type="hidden" name="os1" value=""> <input type="hidden" name="on2" value="Regdecaf"> <input type="hidden" name="os2" value=""> <input type="hidden" name="on3" value="Grind"> <input type="hidden" name="os3" value=""> <input type="hidden" name="business" value="my email"> <input type="hidden" name="item_name" value="Colombia Supremo La Valle Verde"> <input type="hidden" name="item_number" value=""> <input type="hidden" name="amount" value=""> <input type="hidden" name="quantity" value="1"> <input type="hidden" name="shipping" value=""> <input type="hidden" name="tax" value=""> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="US"> </form> ... View more

Custom Add to cart button

by kgenecole Contributor in About Business
‎Nov-12-2016 10:49 AM
‎Nov-12-2016 10:49 AM
Hello: I've been trying to get a custom button that I've created to work as an Add To Cart, but I haven't been successful. The only way I've been able to get it to work is by creating a saved button on PayPal....but that way doesn't use my custom variables. Do I have to have a custom ID button? Here's my form that I'm trying to submit as an Add to Cart, if someone would like to take a look at it and tell me what I'm doing wrong. Thanks....   <form name="payform" action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="on0" value="Single Origin"> <input type="hidden" name="os0" value="CoffeAM"> <input type="hidden" name="on1" value="Bag Size"> <input type="hidden" name="os1" value=""> <input type="hidden" name="on2" value="Regdecaf"> <input type="hidden" name="os2" value=""> <input type="hidden" name="on3" value="Grind"> <input type="hidden" name="os3" value=""> <input type="hidden" name="business" value="my emailt"> <input type="hidden" name="item_name" value="Colombia Supremo La Valle Verde"> <input type="hidden" name="item_number" value=""> <input type="hidden" name="amount" value=""> <input type="hidden" name="quantity" value="1"> <input type="hidden" name="shipping" value=""> <input type="hidden" name="tax" value=""> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="US"> </form>   <a href="" onClick="payform.submit();"><img src="../Pics/Add to cart.jpg" /></a> ... View more
Paypal Logo
  • Help
  • Contact Us
  • Security
  • Fees
  • © 1999-2025 PayPal, Inc. All rights reserved.
  • Privacy
  • Legal
  • Cookies
  • Policy Updates

The money in your balance is eligible for pass-through FDIC insurance.

The PayPal Cash Mastercard is issued by The Bancorp Bank pursuant to a license by Mastercard International Incorporated. The Bancorp Bank; Member FDIC.

Powered by Khoros
Welcome to the PayPal Community!