[Typo3-shop] products & paypal
stefano cecere
scecere at krur.com
Thu Sep 29 21:12:08 CEST 2005
ok i found the parse lib function, added "form" and now it is rendered
thanks, stefano ;)
stefano cecere wrote:
> hallo franz
>
> it should work, but it doesn't render the <form> tag (it does all the
> <input> tags...
>
> here is my little shop: http://www.ilfannullone.it/gadgets/
>
>
> i looked for some template parsing options, but couldn't find.. uhmm
>
>
> anybody got a working paypal configuration to share?
>
> thanks!
>
>
>
> Franz Holzinger wrote:
>
>> 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