Search found 8623 matches

by aimeos
07 May 2025, 15:58
Forum: TYPO3 extension
Topic: Backend Categories Productlist Sort
Replies: 4
Views: 65710

Re: Backend Categories Productlist Sort

Please keep in mind, that only 100 products are loaded by default if you just remove the existing limit and it doesn't work if you have thousands of product in one category.
by aimeos
02 May 2025, 20:16
Forum: Laravel package
Topic: Laravel problem
Replies: 1
Views: 34551

Re: Laravel problem

What does "get indexed" mean? Indexed by Google bot?
by aimeos
02 May 2025, 20:15
Forum: Laravel package
Topic: I created middle name field in the customer profile billing address section
Replies: 6
Views: 9015

Re: I created middle name field in the customer profile billing address section

./lib/custom/ isn't a valid directory, there must be a ./src/ directory at the top level of your package. Futhermore, your manager decorator doesn't contain the required code as stated by the link sent: https://aimeos.org/docs/latest/models/extend-managers/#easy-way Please reply asap . We are troubl...
by aimeos
30 Apr 2025, 21:26
Forum: TYPO3 extension
Topic: Backend Categories Productlist Sort
Replies: 4
Views: 65710

Re: Backend Categories Productlist Sort

Since we've fixed the catalog product sub-panel to work with document-oriented storage like ElasticSearch too, it's no longer possible to sort the product list by the list items referencing the categories inside the products.
by aimeos
30 Apr 2025, 21:19
Forum: TYPO3 extension
Topic: Locale object not available after update to 2025.04
Replies: 3
Views: 108882

Re: Locale object not available after update to 2025.04

This is a problem introduced by a merged PR.
We think, we've fixed it in aimeos/aimeos-typo3:2025.04.x-dev. Can you confirm?
by aimeos
28 Apr 2025, 06:22
Forum: Laravel package
Topic: Unable to add new attribute type.
Replies: 9
Views: 21867

Re: Unable to add new attribute type.

They have the type "attribute" and this is what you need to select, not "product"
by aimeos
25 Apr 2025, 06:54
Forum: Laravel package
Topic: Unable to add new attribute type.
Replies: 9
Views: 21867

Re: Unable to add new attribute type.

A product type "size" makes no sense (there are "default", "select", "group", "event", "voucher"). What you need is a type for the domain "attribute"
by aimeos
23 Apr 2025, 10:18
Forum: Laravel package
Topic: Unable to add new attribute type.
Replies: 9
Views: 21867

Re: Unable to add new attribute type.

The link in the admin item panel was wrong because all type panels have been merged into one in the latest version. The problem is fixed now and you can test yourself after executing:

Code: Select all

composer req aimeos/ai-admin-jqadm:2025.04.x-dev