Search found 7208 matches
- 29 May 2023, 09:04
- Forum: TYPO3 extension
- Topic: Typo 12 Aimeos Backend Error "Declaration must be compatible with ..."
- Replies: 2
- Views: 106
Re: Typo 12 Aimeos Backend Error "Declaration must be compatible with ..."
We are having a hard time with TYPO3 v12 either because we are not able to install it form TER at all due to this bug: https://forge.typo3.org/issues/100730 @Metalics: Can you change this line in your installation and see if it works better then? https://github.com/aimeos/aimeos-typo3/blob/master/Co...
- 29 May 2023, 08:38
- Forum: Laravel package
- Topic: stripe checkout exception after composer up removed php-http/message-factory
- Replies: 1
- Views: 29
Re: stripe checkout exception after composer up removed php-http/message-factory
Thanks for the hint! Seems like the dependencies of the PHP-Plug packages have changed.
The php-http/message-factory package will now be required by aimeos/ai-payments.
The php-http/message-factory package will now be required by aimeos/ai-payments.
- 29 May 2023, 08:30
- Forum: Laravel package
- Topic: Order Calculation understanding
- Replies: 3
- Views: 60
Re: Order Calculation understanding
Please read this article: https://aimeos.org/docs/latest/laravel/ ... figuration
- 29 May 2023, 08:28
- Forum: Help
- Topic: How to add my HTML theme to Aimeos Laravel Application
- Replies: 3
- Views: 41
Re: How to add my HTML theme to Aimeos Laravel Application
The vendor/aimeos-themes/<mytheme>/templates/client/catalog/detail/ directory usually is a link to packages/<mytheme>/templates/client/catalog/detail/ when using MacOS and Linux. If you are using Windows, you should change the files in the vendor/aimeos-themes/<mytheme>/templates/client/catalog/deta...
- 28 May 2023, 23:18
- Forum: Help
- Topic: Get sku parameters on product
- Replies: 8
- Views: 144
Re: Get sku parameters on product
I checked the site droppe.com based on aimeos api this site is so slow and slow, it is delayed from replies The page has a sub-optimal setup and two main problems: 1.) The JSON:API and the PWA are on different domains leading to lots of CORS requests 2.) There are too many requests used for data th...
- 28 May 2023, 23:13
- Forum: Help
- Topic: Get sku parameters on product
- Replies: 8
- Views: 144
Re: Get sku parameters on product
So, with one request, there is no way to get everything related to products? That is, you need to collect data through various kinds of queries? Don't you think that this complicates and leads to a big server costs? You can get e.g. all product related data in one query using the "include"...
- 28 May 2023, 23:11
- Forum: Laravel package
- Topic: Setup, Configure and Maintain Subscriptions
- Replies: 3
- Views: 1049
Re: Setup, Configure and Maintain Subscriptions
Check your Aimeos version on the command line using:
Subscriptions are available since 2019.10 and later.
Code: Select all
composer show
- 28 May 2023, 23:09
- Forum: Laravel package
- Topic: laravel project still alive?
- Replies: 1
- Views: 20
Re: laravel project still alive?
This is a wrong interpretation, there are commits in Aimeos repositories every day. Just have a look into the commit history of each repository to see the progress.
- 28 May 2023, 22:53
- Forum: Help
- Topic: Temporary order limit reached
- Replies: 8
- Views: 1797
Re: Temporary order limit reached
No, that's not possible.
- 27 May 2023, 08:55
- Forum: Laravel package
- Topic: Order Calculation understanding
- Replies: 3
- Views: 60
Re: Order Calculation understanding
The calculation in Aimeos is correct because your prices are gross prices which already include the tax. The net total would be 26.98 - 3.21.
If you want to use net prices instead, use the "mshop/price/taxflag = 0" config option.
If you want to use net prices instead, use the "mshop/price/taxflag = 0" config option.