Search found 8 matches

by mahrez
02 Sep 2021, 08:09
Forum: TYPO3 extension
Topic: Payment service for some users
Replies: 1
Views: 931

Payment service for some users

I use Aimeos v20.10.7 extension with TYPO3 v9.5.26.

I need to set up a payment service such as PrePay or PostPay. But on the checkout, I want this payment method to be visible and available only to a user group that I can select from Typo3 BE.

if it is possible, thank you for telling us.
by mahrez
28 Feb 2021, 12:02
Forum: TYPO3 extension
Topic: Class '\Omnipay\quickpay\Gateway' not found
Replies: 5
Views: 2558

Re: Class '\Omnipay\quickpay\Gateway' not found

I reinstalled the site and aimeos using composer and I added : "league/omnipay": "^3", "nobrainerweb/omnipay-quickpay": "^3.0" Everything is functional except the callbackurl ... we get HTTP Status code: 500 After some diagnosis I found this error : Call to un...
by mahrez
04 Feb 2021, 20:30
Forum: TYPO3 extension
Topic: Class '\Omnipay\quickpay\Gateway' not found
Replies: 5
Views: 2558

Re: Class '\Omnipay\quickpay\Gateway' not found

Thank you for reply.

Please, What do I do if it's not a new TYPO3 installation and it's not installed with comopser?
by mahrez
20 Jan 2021, 16:29
Forum: TYPO3 extension
Topic: Class '\Omnipay\quickpay\Gateway' not found
Replies: 5
Views: 2558

Class '\Omnipay\quickpay\Gateway' not found

I downloaded Omnipay driver for the Quickpay payment processor from GitHub : https://github.com/thomasbnielsen/omnipay-quickpay Copied contents to typo3conf/ext/aimeos_pay/Resources/Libraries/omnipay/quickpay Added service in Aimeos : Screenshot https://i.ibb.co/T25WzP4/image.png When checkout in we...
by mahrez
23 Apr 2020, 16:27
Forum: TYPO3 extension
Topic: No item found for conditions: Array ( [locale.site.code] => default )
Replies: 1
Views: 1866

Re: No item found for conditions: Array ( [locale.site.code] => default )

I fixed my problem with this solution : 1. I changed the fe_users table Engine, from MyISAM to InnoDB 2. and then run the SQL again : ALTER TABLE fe_users_address ADD CONSTRAINT fk_t3feuad_pid FOREIGN KEY (parentid) REFERENCES fe_users (uid) ON UPDATE CASCADE ON DELETE CASCADE 3. executed again the ...
by mahrez
23 Apr 2020, 12:49
Forum: TYPO3 extension
Topic: No item found for conditions: Array ( [locale.site.code] => default )
Replies: 1
Views: 1866

No item found for conditions: Array ( [locale.site.code] => default )

I'm setup Aimeos 19.10.5 on TYPO 9.5.3. I followed all the steps, and I executed the update script of the Aimeos extension in the extension manager but I get this error : (1/1) Aimeos\MShop\Exception No item found for conditions: Array ( [locale.site.code] => default ) I installed and uninstalled th...