[Typo3-shop] Help with PayPal

Franz Holzinger franz at fholzinger.com
Thu Nov 24 21:54:41 CET 2005


Hello
> 
> Tell me, plz, what is the field
> 
> <input type="hidden" name="business" value="paypaladdress">
> 
> in paypal template?
> 
> From where can i get it "paypaladdress"?
> 
look into the Bananaguard.de template
/tt_products/template/example_template_bill_de.tmpl

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" 
method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="info at bananaguard.de">
<input type="hidden" name="item_name" value="###ORDER_UID###">
<input type="hidden" name="amount" value="###PRICE_TOTAL_TAX###">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="lc" value="DE">
<input type="hidden" name="tax" value="0,00">
<input type="submit" name="submit" value="Bezahlung mit Kreditkarte via 
Paypal" alt="Protect Your Banana!">
</form>	



Franz



More information about the TYPO3-project-tt-products mailing list