Search found 213 matches

by kdim95
22 May 2024, 14:06
Forum: Laravel package
Topic: GraphQL errors with the free shipping plugin
Replies: 3
Views: 532

Re: GraphQL errors with the free shipping plugin

It appears to have something to do with the $beConfig['default'] being an array.
by kdim95
22 May 2024, 13:15
Forum: Laravel package
Topic: GraphQL errors with the free shipping plugin
Replies: 3
Views: 532

Re: GraphQL errors with the free shipping plugin

Sorry I mean the "Shipping" plugin. I have an override of this plugin, but on the original plugin I get the same problem. graphql request: "query {\n\t\t\t\t\tgetPluginConfig(provider: \"Shipping\", type: \"order\") {\n\t\t\t\t\t\tcode\n\t\t\t\t\t\tlabel\n\t\t\t\t\...
by kdim95
21 May 2024, 15:40
Forum: Laravel package
Topic: GraphQL errors with the free shipping plugin
Replies: 3
Views: 532

GraphQL errors with the free shipping plugin

Laravel framework version: 11.6.0 Aimeos Laravel version: 2024.04 PHP Version: 8.2.18 Environment: Linux Hello, The free shipping plugin can't be used. How to reproduce: 1) Create a new plugin 2) Select plugin type "FreeShipping" This is the received in the response: {"errors":[{...
by kdim95
15 May 2024, 13:03
Forum: Laravel package
Topic: Import coupons, not only codes?
Replies: 1
Views: 3487

Import coupons, not only codes?

Laravel framework version: 11.6.0 Aimeos Laravel version: 2024.04 PHP Version: 8.2.18 Environment: Linux Hello, Is it possible to import coupons and not only the codes? Meaning I want to have the coupon start, end date and to be able to specify the providers and decorators. I also have questions abo...
by kdim95
15 May 2024, 08:11
Forum: Laravel package
Topic: Product import takes too long
Replies: 10
Views: 59465

Re: Product import takes too long

Hello, I have the updated code you mentioned. The import process still takes too long. I am doing some measurements in the importNodes() function. The procedure that takes most time is $manager->save( $item ); /** * Imports the given DOM nodes * * @param \DomElement[] $nodes List of nodes to import ...
by kdim95
02 May 2024, 13:44
Forum: Laravel package
Topic: GraphQL: Query custom items
Replies: 1
Views: 8765

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: 37255

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: 37255

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: 31679

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: 37255

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...