Only show PostPay to certain customers

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
jafo66
Posts: 75
Joined: 06 Mar 2024, 04:42

Only show PostPay to certain customers

Post by jafo66 » 04 Jul 2024, 19:14

Our shop always wants to offer credit payments, but for certain "well known" customers we offer them the ability to pay later.

In Aimeos, what is the best way to accomplish this? I was thinking that I could put those customers into a customer list and have the plugin check that list, BUT should I implement a decorator for that or extend the PostPay plugin?

We are on Aimeos 2024.4 w/ PHP 8.3

Thanks!

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

Re: Only show PostPay to certain customers

Post by aimeos » 08 Jul 2024, 09:06

Using the customer/group extension from the Aimeos company you can achieve that easily:
https://aimeos.com/extensions#c437
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

jafo66
Posts: 75
Joined: 06 Mar 2024, 04:42

Re: Only show PostPay to certain customers

Post by jafo66 » 09 Jul 2024, 14:09

Thanks!

Post Reply