Search found 4 matches
- 13 Dec 2024, 17:19
- Forum: Laravel package
- Topic: Upgrade from 2021 to 2024
- Replies: 1
- Views: 39869
Upgrade from 2021 to 2024
System: Mac
Laravel: 8
Aimeos/laravel: 2021
I have this old aimeos project which i need to upgrade to the 2024 version.
My plan was to install a new project with laravel 10 or 11 and aimeos 2024, then do the setup for upgrading the database.
After that i wanted to rebuild the theme from scratch ...
Laravel: 8
Aimeos/laravel: 2021
I have this old aimeos project which i need to upgrade to the 2024 version.
My plan was to install a new project with laravel 10 or 11 and aimeos 2024, then do the setup for upgrading the database.
After that i wanted to rebuild the theme from scratch ...
- 21 Sep 2023, 13:31
- Forum: Laravel package
- Topic: Called unknown macro "method" on class "Aimeos\MShop\Order\Item\Standard"
- Replies: 1
- Views: 18107
Called unknown macro "method" on class "Aimeos\MShop\Order\Item\Standard"
Laravel framework version: 9
Aimeos Laravel version: 2023.07.*
PHP Version: 8.0
Environment: OSX
Hi, i upgraded my aimeos laravel version from 2021 to 2023. Then i removed my theme, created a new one with 2023 version and added it to my project.
When running composer update i get now an error ...
Aimeos Laravel version: 2023.07.*
PHP Version: 8.0
Environment: OSX
Hi, i upgraded my aimeos laravel version from 2021 to 2023. Then i removed my theme, created a new one with 2023 version and added it to my project.
When running composer update i get now an error ...
- 08 Feb 2022, 16:34
- Forum: Laravel package
- Topic: Variations stocks removed
- Replies: 4
- Views: 4796
Re: Variations stocks removed
I have tried that, but then it says out of stock when selecting a variant.
- 07 Feb 2022, 14:51
- Forum: Laravel package
- Topic: Variations stocks removed
- Replies: 4
- Views: 4796
Variations stocks removed
"php": "^7.3|^8.0",
"aimeos/aimeos-laravel": "~2021.10",
"laravel/framework": "^8.75",
Hi, i have a product with a lot of variations. I have added unlimited stock to each variation. When i save the "main" product, all the variations stocks are removed from the database. What am i doing wrong?
EDIT ...
"aimeos/aimeos-laravel": "~2021.10",
"laravel/framework": "^8.75",
Hi, i have a product with a lot of variations. I have added unlimited stock to each variation. When i save the "main" product, all the variations stocks are removed from the database. What am i doing wrong?
EDIT ...