Need help implementing PayPal Code for donate

I have PayPal code from account.

1.) Where do I implement this code as it relates to the Non-Profit theme.
2.) I would like to use the sites custom donate button and not PayPal.

Hello Orange Creative,

Thanks for posting in!

Please provide the Paypal code so that we may find a way how you can integrate it using the theme’s default button element and not from the Paypal button.

Regards.

Here is the code.

Hello Orange Creative,

Please check out this solution here:

Hope this works out for you.

Where would I place that code?

Hi @orangefloor,

You can add your PayPal code to the Content Area element.

You need to replace that 3rd input (type="image") line on your code, that’s the paypal button, replace that with this:

<button href="#" class="x-btn" title="Click Me!">Buy Now</button>

That’s the theme button style.

Thanks,

That didn’t work. Can someone assist me with this?

Hello Orange Creative,

To better assist you with your issue, kindly provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

Hi @orangefloor,

Thank you for providing the login information. I added a new page called Paypal test and used the Raw Content element to add the proper code. Here is the code:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="59225CBNWVZZG" />
<input class="x-btn" value="Donate Today" type="submit" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
</form>

Thank you.