[TYPO3-commerce] Confirm order before payment

Rik Willems rik at actiview.nl
Tue Oct 6 09:14:11 CEST 2009


Hi Morten,

Thank you for your answer. The reason I want this is because my clients 
uses an iDEAL version (called Lite) which isn't an integrated solution. 
This means to be sure you have to check the payment dashboard for the 
payment of an order.

When a customer pays in the external environment at the last step the 
payment is confirmed, so the money is transfered. But than they have to 
press a button to go back to commerce. Only after this step the order is 
created. Now if they don't press that last button they have paid, but 
there is no order. For this reason I'd like to confirm before sending to 
the payment provider.

I have managed to get it working. Although it is not a beautiful 
solution it is the best for this situation. And, I didn't touch the 
commerce code at all.

Greets, Rik


Morten Olesen schreef:
> Hi Rik,
> 
> Why would you confirm ( I assume you mean create here ) the order before 
> the customer pays? - I mean you cannto be sure that the customer will go 
> on to pay, wich is why commerce doesn't create orders until payment is 
> completed.
> 
> Searching through TER I found this extension which migth be of help to you
> http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=iDEAL 
> 
> 
> it's fairly old, but as far as I know the payment system of commerce has 
> remained unchanged virtually since the first release.
> 
> if it doesn't work you may want to gently prod them about making a 
> paymentlib provider for their payment service ;-)
> 
> /Morten
> 
> Rik Willems wrote:
>> Hi list,
>>
>> I'm making use of an external Dutch payment system (iDEAL). This works 
>> rather smooth with the extension I created for it. But, since this is 
>> the simple implementation there is no direct link between the shop and 
>> the payment system.
>>
>> After completing the payment a customer HAS to click a link to back to 
>> the site in order to confirm the order. Otherwise the order is not 
>> registered in commerce. Than the payment is made but the order is not 
>> tracable.
>>
>> How can I confirm the order before going to the payment site? So after 
>> the listing page and click on the 'next' button the order is confirmed 
>> and than the payment page is opened.
>>
>> Greets, Rik


More information about the TYPO3-project-commerce mailing list