Search found 24 matches

by gizmo
22 Oct 2021, 08:18
Forum: TYPO3 extension
Topic: Aimeos send incorrect successUrl to Payment Provider
Replies: 4
Views: 2238

Aimeos send incorrect successUrl to Payment Provider

Hi There I'm setting up Datarans as a Payment provider for Visa and Mastercard. on TYPO3 V10.4.21 And Aimeos for Typo3 21.7.2. Omnipay 3.1.2 and and the academe/omnipay-datatrans v3.0.5 is being used. The Service works and the user is sent to the datatrans Page to enter the creditcard details. The P...
by gizmo
17 Sep 2021, 18:16
Forum: TYPO3 extension
Topic: Setup Language Switch with TYPO3 Site config
Replies: 1
Views: 1133

Setup Language Switch with TYPO3 Site config

I have a shop with german (default) and english as the two languages. The langague switch on the website it self works fine, but aimeos does not show any core translation (like the "product is available" stock notice) if I switch to english. In the backend in the menu "locales --> loc...
by gizmo
07 Sep 2021, 14:31
Forum: TYPO3 extension
Topic: AJAX Product Filter
Replies: 4
Views: 1549

Re: AJAX Product Filter

So I'm still working on this AJAX Solution, the AJAX Call it self works. I want to load the attribute count and the catalog count directly with the AJAX call so it doesnt make an unnessecary call and it makes less Problems with initilizing the javascript after the AJAX call. The Problem is, that I'm...
by gizmo
29 Aug 2021, 11:47
Forum: TYPO3 extension
Topic: Aimeos not generating Voucher Codes
Replies: 3
Views: 1317

Re: Aimeos not generating Voucher Codes

Thanks for point me to the right code. The Problem was, that an order with the payment invoice has the status "authorzied". And per default the Voucher E-Mail Job looks for orders with the status "received". In the typoscript in the Scheduler Job I could overwrite the config like...
by gizmo
25 Aug 2021, 20:16
Forum: TYPO3 extension
Topic: Aimeos not generating Voucher Codes
Replies: 3
Views: 1317

Aimeos not generating Voucher Codes

Hi There I'm trying to get the voucher product to work, but it never generates a voucher code after purchase. I've read the following Docs: https://aimeos.org/docs/2021.x/manual/products/#vouchers https://aimeos.org/docs/2021.x/manual/coupons/#voucher I've set up the Voucher Provider within the mark...
by gizmo
25 Aug 2021, 18:58
Forum: TYPO3 extension
Topic: AJAX Product Filter
Replies: 4
Views: 1549

Re: AJAX Product Filter

Thank you for your answer. I'll write my own AJAX Call and then I'll try to make an PR to the core.
by gizmo
22 Aug 2021, 16:13
Forum: TYPO3 extension
Topic: AJAX Product Filter
Replies: 4
Views: 1549

AJAX Product Filter

Hi There I'm looking for a way to create an AJAX product filter. Currently to the whole page reloads when the filter form has been filled out and has been submitted. I'd like to create an AJAX product filter so the whole page doesn't reload, which is a lot more user friendly, so we can keep the user...
by gizmo
18 Feb 2021, 16:41
Forum: TYPO3 extension
Topic: Twint as a Payment Option
Replies: 6
Views: 2704

Re: Twint as a Payment Option

I got that working now. After the Payment is successfull processed with the external payment provider and then it returns to the aimeos shop page I get the following error: 2021-02-18_17h36_34.png Here are the POST Request by the aimeos Shop with the Demo Credentials: 2021-02-18_17h33_40.png And her...
by gizmo
15 Feb 2021, 20:43
Forum: TYPO3 extension
Topic: Twint as a Payment Option
Replies: 6
Views: 2704

Re: Twint as a Payment Option

So I've created a Test Account at Datatrans and installed the EXT for Aimeos. Datatrans needs three Urls redirects (success, error and cancel). I could find anything in the documentation about the redirection urls after an external payment provider made the transaction. What redirect URLs do I have ...
by gizmo
06 Feb 2021, 11:03
Forum: TYPO3 extension
Topic: Can't install Aimeos on TYPO3 V10.4.12 with composer v2
Replies: 5
Views: 2399

Re: Can't install Aimeos on TYPO3 V10.4.12 with composer v2

In the Github Issue ( https://github.com/composer/installers/issues/470 ) it was mentioned, that currently you are only able to install Aimeos if you disable the installer via the root composer.json. For example: { "extra": { "installer-disable": true } } But I wasnt able to disa...