Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6626403
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:53:19+00:00 2026-05-25T21:53:19+00:00

I have completely functional cart solution. All I want is the code where I

  • 0

I have completely functional cart solution. All I want is the code where I actually pass the name of the products, the total, the return address and my paypal address so that it can direct me to a shopping cart. Can anyone steer me in the right direction?

PayPal has a million different versions. What I’ve come to learn is that the one I need is called “paypal website payments”. Can someone confirm this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T21:53:19+00:00Added an answer on May 25, 2026 at 9:53 pm

    Yes, the Website Payments Standard is the way to go.

    Basically, you create a form that has a few hidden fields ready to go (such as amount and what not) and then submit it. You could even submit this with JavaScript, so it takes your customer right to PayPal to complete the transaction.

    As an example:

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
      <input type="hidden" name="cmd" value="_xclick" />
      <input type="hidden" name="business" value="your_paypal_email_account" />
      <input type="hidden" name="undefined_quantity" value="1" />
      <input type="hidden" name="item_name" value="Order #1111111 for So-and-So" />
      <input type="hidden" name="item_number" value="order_1111111" />
      <input type="hidden" name="amount" value="5.00" />
      <input type="hidden" name="shipping" value="0.00" />
      <input type="hidden" name="no_shipping" value="1" />
      <input type="hidden" name="cn" value="Comments" />
      <input type="hidden" name="currency_code" value="USD" />
      <input type="hidden" name="lc" value="US" />
      <input type="hidden" name="bn" value="PP-BuyNowBF" />
      <input type="hidden" name="return" value="http://www.example.com/some-page-to-return-to" />
      <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynow_SM.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
      <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
    </form>
    

    You can find documentation on the additional parameters available here: https://www.x.com/sites/default/files/pp_websitepaymentsstandard_integrationguide.pdf

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My application has several independent top-level windows, which all have completely different functions/workflows. I
i have completely done all the task that is Model generator Crud generator after
I have recently completed a detailed investigation regarding GP functional test automation possibilities with
Note I have completely re-written my original post to better explain the issue I
I have two completely different forms in one template. How to process them in
Ive been smashing my head with this for a while. I have 2 completely
For doing builds, packaging files up, etc, it's needed to have a completely clean
I must have overlooked something completely obvious?? but my button displays its image and
I have an update program that is completely independent of my main application. I
I am completely confused - I have a website that renders perfectly in IE8

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.