Search found 208 matches

by kdim95
02 May 2024, 13:44
Forum: Laravel package
Topic: GraphQL: Query custom items
Replies: 1
Views: 57

GraphQL: Query custom items

Laravel framework version: 11.6.0 Aimeos Laravel version: 2024.04 PHP Version: 8.2.18 Environment: Linux Hello, Is it possible you can add documentation on how to create GraphQL queries for items created the "Custom way": https://aimeos.org/docs/2024.x/models/extend-managers/#custom-way Be...
by kdim95
29 Apr 2024, 13:32
Forum: Laravel package
Topic: GraphQL: Products "Bought together", "Suggestion" not loading
Replies: 5
Views: 1350

Re: GraphQL: Products "Bought together", "Suggestion" not loading

Here is what I can tell you: The error is the exact same as before. In product.js you are filtering products by null. This means that if you haven't typed anything in the related product search and hit the dropdown, you get GraphQL error. I changed it locally in product.js: From this: const filter =...
by kdim95
28 Apr 2024, 00:19
Forum: Laravel package
Topic: GraphQL: Products "Bought together", "Suggestion" not loading
Replies: 5
Views: 1350

Re: GraphQL: Products "Bought together", "Suggestion" not loading

I installed the x-dev package, problem is still not solved for me, I get the exact same error.
by kdim95
26 Apr 2024, 22:37
Forum: Laravel package
Topic: I don't understand the new product attributes layout
Replies: 2
Views: 8650

Re: I don't understand the new product attributes layout

I understand my error, it was indeed additionally added product list types from a wrong XML import scheme.
by kdim95
26 Apr 2024, 14:04
Forum: Laravel package
Topic: GraphQL: Products "Bought together", "Suggestion" not loading
Replies: 5
Views: 1350

GraphQL: Products "Bought together", "Suggestion" not loading

Laravel framework version: 11.3.1 Aimeos Laravel version: 2024.04 PHP Version: 8.2.17 Environment: Linux Hello, In the administration, when I go to a product -> products and try to add a "Bought together" product or "Suggestion" product, they are not loading when I click the drop...
by kdim95
26 Apr 2024, 13:17
Forum: Laravel package
Topic: How to boost terms in product search
Replies: 6
Views: 6110

Re: How to boost terms in product search

The boost factor can be set in the product in the administration. When you are in the product "Basic tab", you need to expand the panel under "Label". In that panel you should have a "Boost factor" for boosting product in the search results. I think you should also be a...
by kdim95
26 Apr 2024, 11:53
Forum: Laravel package
Topic: GraphQL: Cannot query field "id" on type "searchProducttypeOutput"
Replies: 3
Views: 1258

Re: GraphQL: Cannot query field "id" on type "searchProducttypeOutput"

Thank you, I got it working. For some reason, when adding the filter parameter and using the query with Aimeos.query(), it requires the content of "filter" to be escaped with double slash, not single, don't know why that is, but it works now. const result = await Aimeos.query(`query { sear...
by kdim95
26 Apr 2024, 04:26
Forum: Laravel package
Topic: GraphQL: Cannot query field "id" on type "searchProducttypeOutput"
Replies: 3
Views: 1258

GraphQL: Cannot query field "id" on type "searchProducttypeOutput"

Laravel framework version: 11.3.1 Aimeos Laravel version: 2024.04 PHP Version: 8.2.17 Environment: Linux Hello, I'm getting this error: Cannot query field "id" on type "searchProducttypeOutput" Code snippet, used in custom.js in my extension: let filter = { "==": {"...
by kdim95
23 Apr 2024, 11:24
Forum: Laravel package
Topic: Product import takes too long
Replies: 8
Views: 13671

Re: Product import takes too long

Hello,

I'm afraid I don't understand you, am I supposed to change the default import logic of your XML importer?
What and where exactly should I change?

Best regards