[TYPO3-shop] tt_products handleScript for PayPal Express Checkout

Lukas Taferner lukas at taferner.net
Wed Feb 20 23:26:19 CET 2008


Hi Franz,

do I have to add the code you posted? Where?

best regards,

Lukas

Franz Holzinger schrieb:
> Lukas Taferner wrote:
>
>
>   
>> I use tt_products 2.5.4 and did all the installation things (replace
>> _control.php even though there were some occurrences of
>> 'products_customized_payment', install and customize the files and the
>> sdk).
>> I use a single page as basket/info and payment page, this is my form in
>> products_payment:
>>
>> /<form method="post" name="submitform" action="###FORM_URL###">
>>                <div>
>>            <input type="hidden" name="mode_update" value="1" />
>>                    <input type="submit" name="products_update"
>> value="zur&uuml;ck zum Warenkorb" />
>>                    <input type="submit"
>> name="products_customized_payment" value="Pay via PayPal & finalize order">
>>                </div>
>>            </form>/
>>
>>     
>
> There has been a bug reported in the control class
>
> if (t3lib_div::_GP('products_customized_payment') ||
> t3lib_div::_GP('products_customized_payment_x'))    {
> 			$activityArray['products_customized_payment'] = true;
> 		}
>
>
>
> - Fran
> _______________________________________________
> TYPO3-project-tt-products mailing list
> TYPO3-project-tt-products at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-tt-products
>
>   


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