Verfasst: 07.05.2008 19:45
Hallo, erstmal 
probier das einmal.
suche in der index_body.html :
und füge darunter den Code ein:
Denke daran, die Felder noch passend auszufüllen.

probier das einmal.
suche in der index_body.html :
Code: Alles auswählen
<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
Code: Alles auswählen
<div style="text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="deinemail@mail.de">
<input type="hidden" name="item_name" value="Bezeichnung für Spende">
<input type="hidden" name="item_number" value="Spenden-ID (optional)">
<input type="hidden" name="amount" value="{SIMPLETEXT}">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="DE">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/de_DE/DE/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
</div>