How to implement a down payment / deposit option

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
ralfk
Posts: 7
Joined: 24 Jun 2019, 12:47

Re: How to implement a down payment / deposit option

Post by ralfk » 08 Jul 2019, 12:37

Thanks again,
sorry for the confusion, I thought that I had to update the basket, not only return the newly calculated price, now it seems to work.

Best regards,

Ralf

justynpride
Posts: 6
Joined: 04 Nov 2019, 06:23

Re: How to implement a down payment / deposit option

Post by justynpride » 11 Nov 2019, 18:53

Wondering if this resolved your problem? I'm looking at having a similar feature and wondered if this fully resolved for you, or if you needed to make any other changes? If so is it possible to share any code please?

Justus
Posts: 13
Joined: 02 Aug 2022, 19:19

Re: How to implement a down payment / deposit option

Post by Justus » 11 Jul 2023, 14:59

I have a similar situation, only the deposit rate is customizable, it can be 40% 50%, 60%, etc. I save the deposit rate in the site options. I was able to implement deposit payment using a decorator. And pay the rest with a new order. But I don't think it's a good way. Can we pay the rest amount using the same base order ID? I have seen that the total amount cannot be changed using payment decorators, since the methods for receiving data are protected.
I use aimeos-laravel 2022.10

Post Reply