Search found 28 matches

by Wall0fDeath
20 Jan 2023, 15:36
Forum: Laravel package
Topic: New selfmade extension install - Not found class
Replies: 2
Views: 1351

Re: New selfmade extension install - Not found class

I would die from embarrassment now, but yes. After a big pacepalm I checked it, and that was the problem.
Thank your for pointing it out. :cry:
by Wall0fDeath
19 Jan 2023, 13:57
Forum: Laravel package
Topic: New selfmade extension install - Not found class
Replies: 2
Views: 1351

New selfmade extension install - Not found class

"name": "aimeos/ai-laravel", "version": "2022.10.4", "name": "aimeos/aimeos-core", "version": "2022.10.8", "laravel/framework": "<9.37.0" "php:":"8.2" "opsys": "Ubun...
by Wall0fDeath
11 Jan 2023, 14:58
Forum: Laravel package
Topic: Abandoned Basket Notification
Replies: 4
Views: 3416

Abandoned Basket Notification

Php : 8.2 Os: Debian GNU/Linux 11 (Bullseye) Aimeos 22.10.12 Laravel 9.37.0 Hi! I wish you a happy new year! :)) I need abandoned cart notifications for my work. I think the last relevant topic about this was in 2022 february ( https://aimeos.org/help/viewtopic.php?f=18&t=4216&start=0 ) , bu...
by Wall0fDeath
30 Dec 2022, 13:08
Forum: Laravel package
Topic: Standalone vs Package
Replies: 2
Views: 699

Re: Standalone vs Package

Yep, that's the "hard way" ( if i can call the change of 4 files to that :D )
Thank you! Have a nice day! :))
by Wall0fDeath
28 Dec 2022, 10:19
Forum: Laravel package
Topic: Standalone vs Package
Replies: 2
Views: 699

Standalone vs Package

Hi! Debian GNU/Linux 11 (bullseye) + vbox Standalone: php - 8.2 aimeos-core - 2022.10.7 ai-laravel - 2022.10.4 laravel/framework - 9.37.0 Package: php - 8.2 aimeos-core - 2022.10.7 ai-laravel - 2022.10.4 laravel/framework - 9.37.0 I have a Standalone install, what uses webpack-mix, and when I instal...
by Wall0fDeath
02 Nov 2022, 15:46
Forum: Laravel package
Topic: Javascript errors
Replies: 1
Views: 430

Javascript errors

Hi, Laravel - 9 Aimeos - 2022.10 latest jQuery - v3.3.1 (as it says in the javascript file) JqueryUI - 1.12.1 ( as it says in the aimeos.js ) I get the following errors during js load: ========================================== 1: Uncaught TypeError: Cannot read properties of undefined (reading 'ui'...
by Wall0fDeath
28 Oct 2022, 08:54
Forum: Laravel package
Topic: Google Apple pay Implementation
Replies: 4
Views: 966

Re: Google Apple pay Implementation

Thank you for the answers. It seems like Stripe in Ai-payments works with the Omnipay backend what is require card data. So I have 2 options : - make a frontend with google / apple pay integration, get card data and send it through stripe. - make a provider, what uses Stripe Checkout as a redirect, ...
by Wall0fDeath
31 Aug 2022, 06:44
Forum: Laravel package
Topic: Google Apple pay Implementation
Replies: 4
Views: 966

Google Apple pay Implementation

Good morning! I got a task, to make the apple and googlepay work with Aimeos. But I don't really know, how to start this whole process. I got some information about that, they should work with Stripe, so basically i have to get the user's card data from the google or apple account and send it someho...