[Typo3-shop] products & paypal

Franz Holzinger franz at fholzinger.com
Fri Dec 10 12:37:01 CET 2004


Joe Frontman schrieb:
> wouldn't it be nice to have stable billing solution for this products
> extension, e.g. paypal???
> 
> 
This is already supported. In your template (e.g. products_eur_.tmpl) 
you need to have similar lines like these:

----------------------------
         <!-- ###MESSAGE_PAYMENT_20### begin
Message for payment method 10, Paypal
-->
       <p><font color=red><strong>PayPal:</strong><br>
         You have selected PayPal as payment method. Pay via this link 
to PayPal.
		
<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="your-business-value">
<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="Pay with Paypal">
</form>	</font></p>
	<!-- ###MESSAGE_PAYMENT_20### end -->

-----------



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