Stripe in the latest versions of Aimeos and TYPO3
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 60
- Joined: 18 Jan 2016, 10:29
Stripe in the latest versions of Aimeos and TYPO3
Hi , we would like to use the latest Aimeos version 20 in the latest TYPO3 10. We have to use Stripe as payment option, but I see that Aimeos payment extension that contains Omnipay payment library is not available for TYPO3 10. Is there any other option to use Stripe as payment option?
thanks
thanks
Re: Stripe in the latest versions of Aimeos and TYPO3
The aimeoscom/ai-payments extension offering Stripe support is only available if you install TYPO3 using composer. It has become impossible to offer an extension with the Omnipay payment drivers due to version conflicts with the packages included in the TYPO3 vendor folder from the TYPO3 ZIP file.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 60
- Joined: 18 Jan 2016, 10:29
Re: Stripe in the latest versions of Aimeos and TYPO3
what is the right code to install aimeos_pay via composer
I have TYPO3 10.4.18 and aimeos 21.7.1 in ddev environtment
thanks
I have TYPO3 10.4.18 and aimeos 21.7.1 in ddev environtment
thanks
Re: Stripe in the latest versions of Aimeos and TYPO3
Code: Select all
composer req aimeos/ai-payments
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 60
- Joined: 18 Jan 2016, 10:29
Re: Stripe in the latest versions of Aimeos and TYPO3
Many thanks
I would like to use only Stripe , so I suppose your code for ai-payments installation is enough
or I must try something like
composer req aimeos/ai-payments omnipay/stripe
thanks
I would like to use only Stripe , so I suppose your code for ai-payments installation is enough
or I must try something like
composer req aimeos/ai-payments omnipay/stripe
thanks
Re: Stripe in the latest versions of Aimeos and TYPO3
You need to install "omnipay/stripe" too.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star