You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+35-7Lines changed: 35 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -347,19 +347,47 @@ <h2>Integrating with the experimental PayPal JavaScript buttons is as easy as in
347
347
348
348
349
349
</div>
350
-
351
-
<h3>Download the code</h3>
352
-
<p>To get the production-ready JavaScript you'll need to download one of these files:</p>
350
+
351
+
<h3>Add payment buttons to your site</h3>
352
+
<p>PayPal makes it easy to accept payments on a website, whether it's a mobile device, tablet, or PC. Just copy and paste a short HTML snippet on your website to add a payment button or a shopping cart.</p>
353
+
354
+
<ol>
355
+
<li>
356
+
<p>Get your Merchant account ID or email address. You'll need to add it to the code above.</p>
357
+
358
+
<p>If you're logged in to PayPal, you can get find it on your <atarget="_blank" href="https://www.paypal.com/webapps/customerprofile/summary.view">account
359
+
profile page</a>.</p>
360
+
</li>
361
+
<li>
362
+
<p>Download one of these two JavaScript files and add it to your site, depending on whether you want a simple button or a cart. You need to link to it in the code above:</p>
Supports PayPal's JavaScript buttons, plus enhances your cart buttons with the <ahref="https://github.com/jeffharrell/MiniCart">PayPal Mini Cart</a>.
361
-
</li>
371
+
</p></li>
362
372
</ul>
373
+
</li>
374
+
<li>
375
+
<p>Customize the button</p>
376
+
377
+
<p>Choose your button type, and customize your button with your product name and price using the <strong>Customize</strong> option.</p>
378
+
</li>
379
+
<li>
380
+
<p>Add the button code to your website. </p>
381
+
382
+
<p>Just copy and paste the HTML snippet, and you're ready to start selling!</p>
383
+
</li>
384
+
</ol>
385
+
<p>It's that simple. No need to deal with a long confusing form. You can update product name and pricing directly on your site. These JavaScript buttons are easy, fast, and secure.</p>
386
+
387
+
<p>If you are familiar with the <ahref="https://www.x.com/developers/paypal/documentation-tools/paypal-payments-standard/ht_create-pps-buttons">classic PayPal button solution</a>, it is still available.</p>
0 commit comments