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 is not available for new posts or responses; previous posts remain available to review. 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 ‎Sep-20-2015
John1506
John1506 Contributor
Contributor
1
Post
0
Kudos
0
Solutions
Your 3rd PayPal Anniversary
Your PayPal Anniversary
Your 5th PayPal Anniversary
The Return
Organized
Active
View all
Latest Contributions by John1506
  • Topics John1506 has Participated In
  • Latest Contributions by John1506

Add to Cart Buttons

by John1506 Contributor in About Business (Archive)
‎Sep-20-2015 04:30 PM
‎Sep-20-2015 04:30 PM
I have multiple Add to Card buttons on a page and one view cart.  When ever a add to cart button is clicked, the PayPal shopping cart is launched.  I thought I should stay on the page, clicking multiple add to cart buttons until the view cart button is clicked.   What am I doing wrong? <%@ Page Language="VB" AutoEventWireup="false" CodeFile="PayPalItems.aspx.vb" Inherits="PayPalItems" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <link href="Styles/Site.css" rel="stylesheet" /> <title>PayPal Items</title> </head> <body> <div class="page"> <div class="header"> <div class="title"> <h1>PebbleCreek PickleBall Club (PayPal Demo) </h1> </div> </div> <br /> <div class="main"> <div style="padding: 20px; margin: 25px"> <h1>Select Options for Concert</h1> &nbsp;Please fill in the names of the people for each option (max 6 including members and guest).<p> Please click the appropriate &quot;Add to Cart&quot; button after each selection. </p> &nbsp;On the PayPal site you will be able to select a quanity for each item selected. </div> <%-- Concert Only--%> <div style="padding: 20px; margin: 25px; border: thin groove #C0C0C0;"> <h3>Option 1: List Names for Concert Only ($6 each)</h3> <form runat="server" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="paypal"> <input name="cmd" type="hidden" value="_s-xclick"> <input name="hosted_button_id" type="hidden" value="A52RHJ5KB5SEL"> <table> <tr> <td>Attendees for Concert Only <input name="on0" type="hidden" value="Attendees for Concert Only"></input> </td> </tr> <tr> <td> <input maxlength="200" name="os0" style="width: 210px" type="text"></input></td> </tr> </table> <input alt="PayPal - The safer, easier way to pay online!" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" type="image"> <img alt="" border="0" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1"> </img> </input> </input> </input> </input> </input> </form> </div> <br /> <div style="padding: 20px; margin: 25px; border: thin groove #C0C0C0;"> <%--Concert + Tukey Wrap--%> <h3>Option 2: List Names for Concert Only Including Turkey Wrap ($20 each)</h3> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="paypal"> <input name="cmd" type="hidden" value="_s-xclick"> <input name="hosted_button_id" type="hidden" value="CNYXH3252U5B6"> <table> <tr> <td> <input name="on0" type="hidden" value="Attendees for Concert + Wrap">Attendees for Concert + Wrap</input> </td> </tr> <tr> <td> <input maxlength="200" name="os0" style="width: 210px" type="text"></input></td> </tr> </table> <input alt="PayPal - The safer, easier way to pay online!" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" type="image"> <img alt="" border="0" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1"> </img> </input> </input> </input> </form> </div> <br /> <div style="padding: 20px; margin: 25px; border: thin groove #C0C0C0;"> <%--Concert + Roast Beef Wrap--%> <h3>Option 3: List Names for Concert Including Roast Beef Wrap ($20 each)</h3> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="4KKVBKX3EBESL"> <table> <tr> <td> <input type="hidden" name="on0" value="Attendees for Concert + Wrap">Attendees for Concert + Wrap</td> </tr> <tr> <td> <input type="text" name="os0" maxlength="200" style="width: 210px"></td> </tr> </table> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> </div> <br /> <div style="padding: 20px; margin: 25px; border: thin groove #C0C0C0;"> <%--Concert + Smoked Ham Wrap --%> <h3>Option 4: List Names for Concert Including Smoked Ham Wrap ($20 each)</h3> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="ADGGS9PNVTECL"> <table> <tr> <td> <input type="hidden" name="on0" value="Attendees for Concert + Wrap">Attendees for Concert + Wrap</td> </tr> <tr> <td> <input type="text" name="os0" maxlength="200" style="width: 210px"></td> </tr> </table> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> </div> <br /> <%--View Cart--%> <h3>View Cart</h3> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_viewcart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> <br /> <br /> </form> </div> </div> </body> </html>   ... 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!