Developer forum

Forum » Development » Handling Deposits

Handling Deposits


Reply

Hi,

Is it possible with standard or elkse custom functionality to let customers only pay a deposit of 100,- with a standard checkouthandler say Ogone while at the same
time keeping all orderdetails intact say it keeps the same price and product in the order overview. It only says that the deposit has been paid.

My question is what the best way would be to approach this scenario. I was thinking in terms of checkouthandler extensibility?

Lucas


Replies

 
Nicolai Høeg Pedersen
Reply
It is usually not possible to manipulate the amount due for the checkout handler - the amount to pay is part of a security checksum and if the amount is altered in any way, the payment will not be accepted.

So only option is to do your own copy of the checkouthandler, or use a Discount to manipulate the order sum sent to the payment gateway. The latter would be seen in the administration.

Attached the source for Ogone checkout handler.

 

You must be logged in to post in the forum