Search found 14 matches

by Rocco
26 Aug 2021, 10:19
Forum: TYPO3 extension
Topic: Omnipay Postfinance issues error messages
Replies: 1
Views: 877

Omnipay Postfinance issues error messages

My configuration: _ Typo3 10.4.19 _ aimeos/aimeos-typo3 21.7.2 _ aimeos/ai-payments 21.7 _bummzack/omnipay-postfinance @dev When paying with Postfinance, I get the following error on https://e-payment.postfinance.ch/ncol/test/orderstandard.asp: Payment confirmation Order reference : 1 Total charge :...
by Rocco
12 Aug 2021, 12:23
Forum: TYPO3 extension
Topic: How to integrate bummzack / omnipay-postfinance?
Replies: 10
Views: 7176

Re: How to integrate bummzack / omnipay-postfinance?

Thank you very much, the installation is done I have just one more note: With Aimeos 2021.07.2 (not dev) I couldn't install any further extensions. I had the same error message as described above (Script Aimeos \ Aimeos \ Custom \ Composer :: install handling the post-update-cmd event terminated wit...
by Rocco
12 Aug 2021, 10:16
Forum: TYPO3 extension
Topic: How to integrate bummzack / omnipay-postfinance?
Replies: 10
Views: 7176

Re: How to integrate bummzack / omnipay-postfinance?

Composer is version 2.1.5
by Rocco
12 Aug 2021, 10:14
Forum: TYPO3 extension
Topic: How to integrate bummzack / omnipay-postfinance?
Replies: 10
Views: 7176

Re: How to integrate bummzack / omnipay-postfinance?

Now I tested this on a fresh website with Bootstrap Package: "composer update" - Aimeos is now on version 21.7.2 "composer req aimeos / ai-payments" - results in the following error: > Aimeos \ Aimeos \ Custom \ Composer :: install Installing Aimeos public files from HTML client ...
by Rocco
12 Aug 2021, 09:34
Forum: TYPO3 extension
Topic: How to integrate bummzack / omnipay-postfinance?
Replies: 10
Views: 7176

Re: How to integrate bummzack / omnipay-postfinance?

Thank you for your reply I've tried the installation in several ways: New website with "composer req aimeos / aimeos-typo3" New website with "composer req aimeos / aimeos_dist" New website directly with "composer req aimeos / ai-payments" The installation failed for all...
by Rocco
11 Aug 2021, 09:55
Forum: TYPO3 extension
Topic: How to integrate bummzack / omnipay-postfinance?
Replies: 10
Views: 7176

Re: How to integrate bummzack / omnipay-postfinance?

I tried to integrate the extension several times on different websites. Without success. This is the output from "composer req aimeos/ai-payments": Your requirements could not be resolved to an installable set of packages. Problem 1 - Conclusion: don't install aimeos/ai-payments 2021.07.2 ...
by Rocco
11 Aug 2021, 07:55
Forum: TYPO3 extension
Topic: How to integrate bummzack / omnipay-postfinance?
Replies: 10
Views: 7176

How to integrate bummzack / omnipay-postfinance?

Typo3 10 composer
Aimeos 21.4.13

Good Morning
Since the extension aimeos / ai-payments is no longer supported for TYPO3 10, I am facing a problem.
I should integrate Postfinance into the shop as a payment provider.

Is there a way to integrate the bummzack / omnipay-postfinance module?
by Rocco
29 Oct 2020, 11:28
Forum: TYPO3 extension
Topic: (Solved) Symfony\Component\Routing\Exception\InvalidParameterException
Replies: 4
Views: 2549

Re: Symfony\Component\Routing\Exception\InvalidParameterException

It works now.
The problem was effectively the extension "ws_scss".

I built the Sass compiling into my extension and the shop works as intended.
Many thanks for your support and this wonderful tool.
by Rocco
27 Oct 2020, 11:03
Forum: TYPO3 extension
Topic: (Solved) Symfony\Component\Routing\Exception\InvalidParameterException
Replies: 4
Views: 2549

Re: Symfony\Component\Routing\Exception\InvalidParameterException

It seems to be a problem width the installed SASS compiler for TYPO3 "ws_scss".

Have you a idea, how to solve ist?
by Rocco
27 Oct 2020, 09:56
Forum: TYPO3 extension
Topic: (Solved) Symfony\Component\Routing\Exception\InvalidParameterException
Replies: 4
Views: 2549

Re: Symfony\Component\Routing\Exception\InvalidParameterException

Many thanks for your reply I had this as routeEnhancers routeEnhancers: Aimeos: type: Extbase namespace: ai defaultController: 'Catalog::list' routes: - { routePath: '/pin/{pin_action}/{pin_id}/{d_name}', _controller: 'Catalog::detail' } - { routePath: '/history/{his_action}/{his_id}', _controller: ...