[TYPO3-shop] handleScript call without finalize
Juan Pablo Villaverde
jpablo at omnisciens.com
Wed Jan 16 01:41:31 CET 2008
Hi Franz!
I have the same issue, I need to run the handlescript without finalize. I
don't use paymentlib, how can I achieve this behavior using
products_customized as medium step? Using products_finalize the handlescript
is executed, but with products_customized the handlescript is never executed
and I get no output.
Thanks and best regards,
jp
"Franz Holzinger" <franz at fholzinger.com> escribió en el mensaje
news:mailman.1.1196793231.3056.typo3-project-tt-products at lists.netfielders.de...
> Richard Hirner a écrit :
>> Hi,
>>
>> Is there a way to call a handleScript without finalize? E.g.,
>>
>> /basket.html?products_finalize=1&products_cmd=prepare
>>
>> would call the handleScript with GP var products_cmd set to prepare.
>> The problem is that because finalize is set, the order is finalized
>> although the script did only prepare the payment but did not finish it
>> (e.g. because of an error). =>
>>
>> How can I call the handleScript without finalizing? Or, if this isn't
>> possible, how can I cancel the finalization if there is an error in the
>> handleScript?
>
> There is a medium step:
> products_customized
>
> But it would be much better to use the paymentlib then a handle script.
>
> - Franz
>
>
More information about the TYPO3-project-tt-products
mailing list