Skip to content

Commit 8bee7b6

Browse files
committed
Merge pull request #9 from jbillimoria/gh-pages
Updates to instructions
2 parents c30674c + 5b49000 commit 8bee7b6

1 file changed

Lines changed: 35 additions & 7 deletions

File tree

index.html

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -347,19 +347,47 @@ <h2>Integrating with the experimental PayPal JavaScript buttons is as easy as in
347347

348348

349349
</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&apos;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&apos;re logged in to PayPal, you can get find it on your <a target="_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>
353363
<ul>
354-
<li>
364+
<li><p>
355365
<strong><a href="https://github.com/paypal/JavaScriptButtons/blob/master/dist/paypal-button.min.js">JavaScript Buttons</a></strong><br />
356366
Basic support for PayPal's JavaScript buttons
357-
</li>
358-
<li>
367+
</p></li>
368+
<li><p>
359369
<strong><a href="https://github.com/paypal/JavaScriptButtons/blob/master/dist/paypal-button-minicart.min.js">JavaScript Buttons + MiniCart</a></strong><br />
360370
Supports PayPal's JavaScript buttons, plus enhances your cart buttons with the <a href="https://github.com/jeffharrell/MiniCart">PayPal Mini Cart</a>.
361-
</li>
371+
</p></li>
362372
</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&apos;re ready to start selling!</p>
383+
</li>
384+
</ol>
385+
<p>It&apos;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 <a href="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>
388+
389+
390+
363391

364392

365393
<h3>Browser support</h3>

0 commit comments

Comments
 (0)