Quote:
I'll have to do some searching around out there for an already produced PayPal button.
However, once I have a PayPal Donation button, where am I to put this (template)?
Thanks
|
The button will be like the one I have on my site. If you wish to use another you can go to your paypal account and go to Merchant services then donations creat a button with the one you wish.
You will need to edit the donation_bits template under paypal donations templates (Admin Cp=>styles&templates=>style manager=>PaypalDonation Templates=>donation_bits).
find:
Code:
<if condition="$vboptions['ipn_test'] == 1">
<form name="donate" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<else />
<form name="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
</if>
<input type="hidden" name="notify_url" value="$vboptions[notify_url]">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure">
change:
Code:
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
to the new code you get from the paypal script