[TYPO3-shop] Payment vs finalizing
Gerry U
gerry at seesite.be
Fri Mar 30 12:35:55 CEST 2007
Kabina schreef:
> Hi!
>
> When mixing credit card and ordinary bank transfer as payment options
> our customers get the opportunity to finalize before payment has been
> accepted by the credit card gateway service (in this case DIBS).
>
> It must not be possible to click "Finalize order" before the credit card
> information have been validated and the payment accepted by the gateway
> service.
>
> What do we do?
>
> Thanks in advance...
>
> FD
I think you can safely finalyse the order if you use the order status.
finalyse is status 1
example:
plugin.tt_products.statusCodes {
1 = Order submitted by user
2 = Order is received and accepted by store
10 = Shop is awaiting goods from third-party
11 = Shop is awaiting customer payment
12 = Shop is awaiting material from customer
13 = Order has been payed
20 = Goods shipped to customer
21 = Gift certificates shipped to customer
30 = Other message from store
50 = Customer request for cancelling
51 = Message from customer to shop
60 = Send gift certificate message to receiver
100 = Order shipped and closed
101 = Order closed
200 = Order cancelled
}
Cheers,
Gerry U.
More information about the TYPO3-project-tt-products
mailing list