Search found 6 matches
- 31 May 2025, 13:49
- Forum: Help
- Topic: Service provider problem
- Replies: 1
- Views: 143221
Service provider problem
I am testing out Aimeos and trying to write my own payment-provider extension. I am looking following the documentation here https://aimeos.org/docs/2024.x/providers/service/ when trying to register some paymentdata, and I am copying the following code: $orderServiceItem = $order->getService( 'payme...
- 08 Mar 2025, 11:56
- Forum: Laravel package
- Topic: Installation problem
- Replies: 3
- Views: 35788
Re: Installation problem
Seems like you can't connect to Github for some reason. This step isn't strictly required for a working installation and you can remove the "\\Aimeos\\Shop\\Composer::join" line from the scripts section in your composer.json if the problem persists. Thanks for the information; I will just...
- 08 Mar 2025, 11:26
- Forum: Laravel package
- Topic: Installation problem
- Replies: 3
- Views: 35788
Installation problem
I am trying to install Aimeos in an existing Laravel application. I am following the installation instructions given on https://github.com/aimeos/aimeos-laravel . However, when I run 'composer update -W' the script never completes when trying to do '\Aimeos\Shop\Composer::join' There are no errormes...
- 11 Feb 2025, 18:50
- Forum: Help
- Topic: Adding more sites
- Replies: 7
- Views: 12470
Re: Adding more sites
Thanks for help with pointing me to the required info! So, when you want to access the new site using a domain-name you need to create the new site with the domain-name as the site key, like for example php artisan aimeos:setup newsite.com I was then wondering if it is possible to change the sitecod...
- 10 Feb 2025, 18:25
- Forum: Help
- Topic: Adding more sites
- Replies: 7
- Views: 12470
Re: Adding more sites
Thanks for the reply. I'm also wondering if it is somehow possible to map a new site to a domain name. As an example, say my Aimeos installation is accessible on sitename.com I then add a new site called newsite , which is now accessible on sitename.com/newsite Is there any way to make the new site ...
- 08 Feb 2025, 23:38
- Forum: Help
- Topic: Adding more sites
- Replies: 7
- Views: 12470
Adding more sites
Hello. I am new to Aimeos and I have just installed it as a standalone application by running php composer create-project aimeos/aimeos myshop as described in the documentation. For playing around I want to try to set up more sites (top-level shop instances) on the same installation. However, I dont...