Search found 7895 matches

by aimeos
27 Apr 2024, 09:59
Forum: Laravel package
Topic: GraphQL: Products "Bought together", "Suggestion" not loading
Replies: 3
Views: 229

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

Thanks for the hint! The problem has been fixed in aimeos/ai-admin-jqadm:2024.04.x-dev and will be part of the next release. You can test yourself in the meantime by executing:

Code: Select all

composer req aimeos/ai-admin-jqadm:2024.04.x-dev
by aimeos
26 Apr 2024, 23:44
Forum: Laravel package
Topic: A non-recoverable error occured
Replies: 3
Views: 322

Re: A non-recoverable error occured

Can you provide a fix for the migration script?
by aimeos
26 Apr 2024, 12:12
Forum: Laravel package
Topic: GraphQL: Cannot query field "id" on type "searchProducttypeOutput"
Replies: 3
Views: 440

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

Thanks for the hint, the docs has been adapted accordingly!
by aimeos
26 Apr 2024, 12:09
Forum: Help
Topic: Create product with relationship not work correctly (via jsonadm)
Replies: 1
Views: 382

Re: Create product with relationship not work correctly (via jsonadm)

In APIs following the JSON API standard, you can't assign other records in the relationship section. Instead, they are own resources where you have to do separate POST requests to the */lists resource, e.g. product/lists for assigning categories, prices, texts, etc. Please note, that the JsonAdm API...
by aimeos
26 Apr 2024, 11:20
Forum: Laravel package
Topic: GraphQL: Cannot query field "id" on type "searchProducttypeOutput"
Replies: 3
Views: 440

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

Sorry, the documentation wasn't up to date and the correct query in 2024.x+ is: query { searchProductTypes(filter: "{\"==\": {\"product.type.domain\":\"product\"}}") { items { id code label } total } } The "total" property is optional and you should ...
by aimeos
25 Apr 2024, 07:21
Forum: Laravel package
Topic: Admin Vue Components
Replies: 2
Views: 1479

Re: Admin Vue Components

You have to add all new files to the manifest.jsb2 file of your extensions like explained in the article you've linked. Only the custom.js file is automatically included.
by aimeos
25 Apr 2024, 07:19
Forum: Laravel package
Topic: Unable to query customers filtering for status
Replies: 2
Views: 993

Re: Unable to query customers filtering for status

"filter(true)" adds the customer.status query automatically