< All Topics
Print

How to Update a Payment Button on Your Page

Whether you’re using PayPal, Stripe, or another provider, adding your payment button to your hosted page is simple — no coding skills needed!


🛠 Step 1: Get Your Payment Button Code

You’ll need to grab your buy button code directly from your payment provider.
Here’s where to look:

👉 PayPal

You can create a button in PayPal and get the HTML code to embed. If you want to use our built-in button generator, scroll down to Bonus: Use the Built-In PayPal Button Generator.

👉 Stripe

Stripe typically requires you to generate payment links or use embedded checkout buttons (like Stripe Checkout or Payment Elements). You’ll get an HTML snippet to embed.


🧭 Step 2: Log in to Your Hosting Dashboard

Go to your hosting dashboard here:
🔗 https://dashboard.greatplr.com


🖥 Step 3: Edit Your Page

  1. Choose “Edit This Site” for the product you want to update.
  2. By default, it will open the main sales page (index.html). If you want to update a different page (like your upsell), open the dropdown above the editor and choose the page you want (like oto1/index.html) and click “Load”.

✏️ Step 4: Update the Payment Button

Scroll down to the editor box labeled “Edit Payment Button Code.”

Here’s what to do:

  • If you see a line that looks like this:
<!-- PayPal/Stripe Buy Now button below -->

➤ That’s just a label — you can leave it there.

If you see an old or placeholder button like:

<a href="#" id="main-buy-button"><img src="images/orderbutton.jpg" alt="Buy Now" style="display: block; margin: 30px auto; max-width: 250px;"></a>
  • ➤ Delete that line and paste your new code below the label.

📌 If your payment provider includes any header scripts, scroll to the section labeled “Edit Header Scripts” and paste those scripts there.

When done, click “Save”.


⚡ Bonus: Use the Built-In PayPal Button Generator

We’ve added a shortcut to help you quickly create PayPal buttons.

  1. On your hosting dashboard (for each site), you’ll see a button labeled:
    “Generate PayPal Button”
  2. Click it, and fill in the form:
    • PayPal Email
    • Item Name
    • Price
    • Currency
    • Thank You Page URL
    • Buy Button Image URL
  3. Click “Generate PayPal Code”

Your code will look something like this:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="business" value="[your-email@example.com]">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="item_name" value="Your Product">
<input type="hidden" name="amount" value="27.00">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="return" value="[your-thank-you-page-url]">
<input type="image" src="[your-button-image-url]" border="0" name="submit" alt="Buy Now">
</form>
  1. Copy the code (or use “Copy to Clipboard”)
  2. Paste it into your “Edit Payment Button Code” section in the dashboard.

Done!


💡 Extra Tips

  • Be sure to update the correct page in your funnel.
  • You can preview your changes by clicking “View Site Map” and choosing the page to edit.
  • Always double-check your links and button image after saving.

🌐 Learn More About GreatPLR Hosting

Want to learn more about GreatPLR Hosting or get started?
Check out https://greatplr.com/greatplrhosting

Table of Contents