Stripe in the latest versions of Aimeos and TYPO3

Questions around the TYPO3 integration and plugins
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!
crazyforester
Posts: 60
Joined: 18 Jan 2016, 10:29

Stripe in the latest versions of Aimeos and TYPO3

Post by crazyforester » 30 Mar 2021, 09:12

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

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

Re: Stripe in the latest versions of Aimeos and TYPO3

Post by aimeos » 31 Mar 2021, 11:40

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, Image give us a star

crazyforester
Posts: 60
Joined: 18 Jan 2016, 10:29

Re: Stripe in the latest versions of Aimeos and TYPO3

Post by crazyforester » 27 Jul 2021, 08:55

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

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

Re: Stripe in the latest versions of Aimeos and TYPO3

Post by aimeos » 27 Jul 2021, 09:03

Code: Select all

composer req aimeos/ai-payments
You also need to install the Omnipay driver you want to use.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

crazyforester
Posts: 60
Joined: 18 Jan 2016, 10:29

Re: Stripe in the latest versions of Aimeos and TYPO3

Post by crazyforester » 27 Jul 2021, 12:06

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

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

Re: Stripe in the latest versions of Aimeos and TYPO3

Post by aimeos » 27 Jul 2021, 17:38

You need to install "omnipay/stripe" too.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply