Search found 151 matches
- 09 Dec 2024, 10:26
- Forum: Laravel package
- Topic: How to optimize text search? Scout, Algolia, Typesense?
- Replies: 1
- Views: 15707
How to optimize text search? Scout, Algolia, Typesense?
Hi, we have only a small number of products (< 3.000 items), but we want to optimize the search behavior, because the standard SQL (PostgreSQL) text search doesn't meet our requirements. So the available aimeos extension #gigacommerce with ElasticSearch would be "too much" and the other ex...
- 06 Dec 2024, 09:21
- Forum: Laravel package
- Topic: Basket locale() error after upgrade to 2024.10
- Replies: 12
- Views: 74012
- 03 Dec 2024, 19:19
- Forum: Laravel package
- Topic: Basket locale() error after upgrade to 2024.10
- Replies: 12
- Views: 74012
Re: Basket locale() error after upgrade to 2024.10
Can you try this change: https://github.com/aimeos/aimeos-core/commit/81a48c57542361649d1ade494f3be3a62e13e3fa Maybe it's already enough. Unfortunately this did not resolve the error, the message remains unchanged: Typed property Aimeos\MShop\Price\Item\Standard::$precision must not be accessed bef...
- 02 Dec 2024, 20:21
- Forum: Laravel package
- Topic: Basket locale() error after upgrade to 2024.10
- Replies: 12
- Views: 74012
Re: Basket locale() error after upgrade to 2024.10
Unfortunately, I'm not sure how to do this. I replaced the Base.php and Standard.php 2024.10 version with the 2023.10 in /packages/<my extension>/src/MShop/Price/Item but this caused: Class Aimeos\MShop\Price\Item\Standard contains 1 abstract method and must therefore be declared abstract or impleme...
- 02 Dec 2024, 13:08
- Forum: Laravel package
- Topic: Basket locale() error after upgrade to 2024.10
- Replies: 12
- Views: 74012
Re: Basket locale() error after upgrade to 2024.10
one step further, but unfortunately not yet solved - after updateing src/MShop/Order/Item/Base.php we get Typed property Aimeos\MShop\Price\Item\Standard::$precision must not be accessed before initialization in packages/<my extension>/src/MShop/Order/Item/Base.php:865 in getPrice(), at line 865 $pr...
- 02 Dec 2024, 08:02
- Forum: Laravel package
- Topic: Basket locale() error after upgrade to 2024.10
- Replies: 12
- Views: 74012
Re: Basket locale() error after upgrade to 2024.10
I made a comparison of both (2023.10 and 2024.10) mshop_order_basket.content. From my point of view all local-data are present, but the structure is different in 2023: * locale and child of O:32:"Aimeos\MShop\Order\Item\Standard" in 2024: .locale, child of s:8:" * bdata" notepad+...
- 28 Nov 2024, 09:02
- Forum: Laravel package
- Topic: Basket locale() error after upgrade to 2024.10
- Replies: 12
- Views: 74012
Re: Basket locale() error after upgrade to 2024.10
May I ask you for any hint as I'm still struggling with this. when I copy mshop_order_basket.content from 2023.10 to 2024.10 DB (of course same user id (eg.: 1-default-de-EUR-default)) => causing: Aimeos\MShop\Order\Item\Base::locale(): Return value must be of type Aimeos\MShop\Locale\Item\Iface, nu...
- 25 Nov 2024, 07:54
- Forum: Laravel package
- Topic: Basket locale() error after upgrade to 2024.10
- Replies: 12
- Views: 74012
Basket locale() error after upgrade to 2024.10
Hi, our customers have to log in before they can add products to their basket. To save their basekts from one login to the next, we changed from $token to $userid: in /src/MShop/Order/ Base.php $context = $this->context(); //$token = $context->user(); $userid = $context->token(); $locale = $context-...
- 20 Nov 2024, 23:04
- Forum: Laravel package
- Topic: Error with custom field in 2024.10
- Replies: 1
- Views: 24314
Error with custom field in 2024.10
Hi, we have added custom field "custid" to customer address data (not base data). Worked fine in 2022.10 and 2023.10. Now after upgrading to 2024.10 we are getting error: SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "custid" LINE 2: ...rthday", "longi...
- 19 Nov 2024, 13:53
- Forum: Laravel package
- Topic: Upgrade 2024.10 relation mshop_attribute_list_type has default value
- Replies: 8
- Views: 83038
Re: Upgrade 2024.10 relation mshop_attribute_list_type has default value
now it works - thank you!