Search found 195 matches

by kdim95
18 Apr 2024, 19:02
Forum: Laravel package
Topic: How to boost terms in product search
Replies: 1
Views: 309

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: 0
Views: 401

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: 0
Views: 646

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: 5
Views: 2551

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

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...
by kdim95
11 Apr 2024, 11:07
Forum: Laravel package
Topic: What is the difference between all the tables where user data used?
Replies: 3
Views: 6199

Re: What is the difference between all the tables where user data used?

Hello,

To add to the topic, I never understood why mshop_customer and mshop_customer_address are created if they are never used. It is a bit confusing when looking at the database structure, could they be removed in the future for less confusion?

Best regards
by kdim95
10 Apr 2024, 10:21
Forum: Laravel package
Topic: Integrity constraint violation when importing existing products, categories, etc.
Replies: 11
Views: 20667

Re: Integrity constraint violation when importing existing products, categories, etc.

Hello,

I updated Aimeos to 2023.10.8 and the properties import problem disappeared.

Best regards
by kdim95
09 Apr 2024, 09:24
Forum: Laravel package
Topic: Integrity constraint violation when importing existing products, categories, etc.
Replies: 11
Views: 20667

Re: Integrity constraint violation when importing existing products, categories, etc.

And about checking if <lists> are mixed up with <property> tags? I don't think they are in this XML.
by kdim95
09 Apr 2024, 09:08
Forum: Laravel package
Topic: Integrity constraint violation when importing existing products, categories, etc.
Replies: 11
Views: 20667

Re: Integrity constraint violation when importing existing products, categories, etc.

aimeos wrote: 08 Apr 2024, 19:06 Did you mixed up <lists> with <property> tags?
I'm not sure. How can I checked if I "mixed up <lists> with <property> tags" ?
Are you running the import on the same Aimeos version as mine?
by kdim95
08 Apr 2024, 13:16
Forum: Laravel package
Topic: Integrity constraint violation when importing existing products, categories, etc.
Replies: 11
Views: 20667

Re: Integrity constraint violation when importing existing products, categories, etc.

Hello, Thank you, this makes it clear about the category items. I am experiencing more integrity constraint violations when importing existing products. This time it seems to be coming from the product properties under the <property> tag. This is the error I get: Integrity constraint violation: 1062...