Deny some payment methods for delivery method

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!
Spixi
Posts: 9
Joined: 14 Sep 2021, 12:20

Deny some payment methods for delivery method

Post by Spixi » 20 Oct 2021, 19:24

Hey,

I've got multiple payment methods as well as multiple delivery methods. I want to allow customers to pay cash only with some of the delivery methods. How can I deny payment method for a particular delivery method, please?

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Deny some payment methods for delivery method

Post by aimeos » 21 Oct 2021, 08:58

Implement a decorator for the service providers which returns FALSE in isAvailable() if the delivery method doesn't match:
- https://aimeos.org/docs/latest/provider ... ecorators/
- https://aimeos.org/docs/latest/provider ... ide-option
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply