Quote:
Originally Posted by sinisterpain
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
|
Ahhhh, well actually...it helps to go to the control panel and look harder...I didn't know that this hack added it's own menu with all the config info. Duhhh....argh....
I have the button configured as the generic one that comes with the hack for now and made this hack live to my users. When I have more time, I'll work on creating a button in the way you mentioned.
Thanks for all your help!