adding new field-payment provider

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!
khizar
Posts: 99
Joined: 19 Jan 2021, 09:51

adding new field-payment provider

Post by khizar » 15 Apr 2021, 10:04

hi aimeos,
i have integrated aimeos with laravel
versions:
"aimeos/aimeos-laravel": "~2020.10",
"laravel/framework": "^8.12",
i am implementing a payment provider.my problem is that i want to add a select box on the form where user selects payment method.please guide me how can i do that
Image

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

Re: adding new field-payment provider

Post by aimeos » 16 Apr 2021, 15:36

Check how other providers/decorators add frontend fields:
- https://github.com/aimeos/aimeos-core/b ... r/Time.php
https://github.com/aimeos/aimeos-core/b ... pplier.php

The trick is to implement:
- checkConfigFE()
- getConfigFE()
- setConfigFE()
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply