[TYPO3-shop] Lost orders

Franz Holzinger franz at ttproducts.de
Wed Nov 30 10:36:34 CET 2011


Hello Christian,

at the moment the order tracking only shows the not hidden orders. You 
should inhance it with a check box which will enable to show also the 
hidden orders. Then you could add a button to finalize a hidden order 
from the tracking. I think that a different CSS should be used to list 
the not finalized orders.
This would certainly be much easier than writing a backend module, 
because you can reuse all classes and methods in the FE.

Greetings,

Franz

On 30/11/11 06:09, Christian Lerrahn wrote:
> On Tue, 29 Nov 2011 07:29:49 +0100
> Hi Franz,
> Franz Holzinger<franz at ttproducts.de>  wrote:
>> the order is already stored as hidden in the database before the user
>> leaves to the gateway.
>> A backend module is more complicated, because many functions are
>> available only in the frontend. So a lot of code needs to be
>> rewritten in order to make it working also for the backend.
>> You must do the same as in the tracking where also all orders are
>> read from the database.
>
> I realise that the order has been stored already at the time the user
> gets sent to the payment gateway. I'd also be happy to extend the order
> tracking, so that it shows these incomplete orders and allows me to
> finalise them, if you say it would be much easier to do in the FE.
>
> Currently, my order tracking will not show these incomplete orders
> because it probably can't distinguish them from mere saved carts at
> all. It would be good if I could just establish that an order is likely
> complete except for payment (e.g. because I know that the user has
> reached the payment step in the checkout process) and then show these
> orders in the tracking as well with the option of forcing them to be
> finalised. Do you think that would be easier to do?
>
> Cheers,
> Christian
>



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