[TYPO3-shop] Handlescript processing WITHOUT finalize

Juan Pablo Villaverde jpablo at omnisciens.com
Thu Jan 17 21:10:36 CET 2008


Great!

But I needed to fix some naming in class.tx_ttproducts_control.php to make 
it work. I have version 2.6, in this file you can find
"products_customized_payment" in some places and "products_customized" in 
others. I replaced all the "products_customized" for 
"products_customized_payment ". If it's not fixed in the latest versions 
please take a look because the intermediate step will not work without some 
code tweaking.

in the block "case 'products_customized_payment':" I also added a @ before
$basketView->init ($this->basket, $this->templateCode);
in order to supress a warning for the lack of a third parameter.

jp

"Franz Holzinger" <franz at fholzinger.com> escribió en el mensaje 
news:mailman.1.1200554444.13811.typo3-project-tt-products at lists.netfielders.de...
> Hello Juan Pablo,
>
>> BUT at this point the user is just about to pay, I need to confirm the 
>> order
>> later.
>>
>> I've seen a intermediate state "products_customized_payment", but when I 
>> use
>> it the handlescript is not executed and I get no output. And I am not 
>> sure
>> about the usage of  "products_customized_payment".
>>
>> How this behavior may be achieved? I need a methos to call the 
>> handlescript,
>> output a form and nothing more. The finalization and email confirmation 
>> must
>> be in a later step.
>
> You must set:
> paymentActivity=customized
>
> - Franz
>
> 




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