[TYPO3-shop] tt_products handleScript for PayPal Express Checkout

Tomi Hrovatin tomi at tri-ex.si
Wed Feb 13 15:52:52 CET 2008


Hi Richard,
I just tried to implement your handeScript for paypal with tt_products 
2.5.3.
I followed the instructions and uploaded files and changed _control.php 
file.

But I have problems since paypal page is never called.

My page setup is like this->
Basket page (CODE: basket:content, FORM action set to ###FORM_URL_INFO###)
	Info page (CODE: basket:input customer data, FORM action set to 
###FORM_URL_PAYMENT###)
	Payment page (CODE: basket:control and payment, FORM action set to 
###FORM_URL_FINALIZE###)
	Finalize page (CODE: basket:finalize)


I think the problem lies in wrong CODE / FORM action combination.
On payment page I have set a submit to 'products_customized_payment' but 
the FORM action is set to finalize page and the order is finalized 
without executing handleScript.

Do I have to change something in my template / page-plugin or maybe in 
class.tx_ttproducts_control.php?

Thanks in advance,
Tomi Hrovatin

Richard Hirner wrote:
> Hi,
> 
> Just wanted to note that I have improved my handleScript for PayPal 
> Express Checkout and it works now without ugly hacks like having to die() 
> in case of a PayPal error. It also has got template support for 
> customising the error messages and I spent a few hours for documentation.
> 
> The handleScript allows you to add PayPal Express Checkout to your 
> tt_products online shop.
> 
> If your are interested, you can download it at this address:
> http://www.bitfire.at/free-services
> 
> I would be happy about comments and/or bug reports. (To my private email 
> address if it isn't interesting for the other users.)
> 


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