Search found 200 matches

by kdim95
23 Apr 2024, 11:24
Forum: Laravel package
Topic: Product import takes too long
Replies: 7
Views: 4665

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
by kdim95
22 Apr 2024, 12:20
Forum: Laravel package
Topic: Product import takes too long
Replies: 7
Views: 4665

Re: Product import takes too long

By "storing locally" you mean having the products in both the database and elastic?
E.g. changing the config to have the products in both the database and in the elastic index?
by kdim95
22 Apr 2024, 11:34
Forum: Laravel package
Topic: Product import takes too long
Replies: 7
Views: 4665

Re: Product import takes too long

Hello,

Do you have any update on this?

Best regards
by kdim95
19 Apr 2024, 13:22
Forum: Laravel package
Topic: Product import takes too long
Replies: 7
Views: 4665

Re: Product import takes too long

Hello,

I am using the default XML importer included with Aimeos.
With the command php artisan aimeos:jobs product/import/xml.
by kdim95
18 Apr 2024, 19:02
Forum: Laravel package
Topic: How to boost terms in product search
Replies: 1
Views: 2677

Re: How to boost terms in product search

Every product has a "boost" number, which you can set, does that work for you?
by kdim95
18 Apr 2024, 03:02
Forum: Laravel package
Topic: Importing stock deletes product ref items like images and text
Replies: 2
Views: 2781

Importing stock deletes product ref items like images and text

Laravel framework version: 11.3.1 Aimeos Laravel version: 2023.10.8 PHP Version: 8.2.17 Environment: Linux aimeoscom/ai-elastic: 2023.04.* Hello, Text and images disappear when importing stock. I think the domains for the products are not selected when updating them. Is there a config where I need t...
by kdim95
17 Apr 2024, 11:00
Forum: Laravel package
Topic: Product import takes too long
Replies: 7
Views: 4665

Product import takes too long

Laravel framework version: 11.3.1 Aimeos Laravel version: 2023.10.8 PHP Version: 8.2.17 Environment: Linux aimeoscom/ai-elastic: 2023.04.* Hello, I am running an import of 122,000 products and the entire import process takes around 2 hours. Is it normal for the import process to take this long? What...
by kdim95
16 Apr 2024, 11:17
Forum: Laravel package
Topic: Custom.css changes arent working
Replies: 6
Views: 8870

Re: Custom.css changes arent working

Hello, Check the following: You are editing the CSS located at your-extension/themes/admin/jqadm/custom.css You have a manifest.php in the root of your extension with this config: 'custom' => [ 'admin/jqadm' => [ 'manifest.jsb2', ], ], You have a manifest.jsb2 in the root of your extension with this...
by kdim95
12 Apr 2024, 17:27
Forum: Laravel package
Topic: I don't understand the new product attributes layout
Replies: 1
Views: 4994

I don't understand the new product attributes layout

Laravel framework version: 11.3.1 Aimeos Laravel version: 2023.10.8 PHP Version: 8.2.17 Environment: Linux Hello, Please help me to understand why the new admin panel for attributes looks like this. When I add a new attribute type, there is a section for each attribute, where you can select the attr...