Search found 8624 matches

by aimeos
07 May 2025, 16:01
Forum: Laravel package
Topic: Issues with cms
Replies: 3
Views: 168163

Re: Issues with cms

Did you click outside the content iframe before clicking on the Save button? If you click directly on the Save button, the content is not updated before sending the request to the server. This is one known issue with the used GrapesJS integration.
by aimeos
07 May 2025, 15:58
Forum: TYPO3 extension
Topic: Backend Categories Productlist Sort
Replies: 4
Views: 65873

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

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

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

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

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

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

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"