Search found 7888 matches

by aimeos
25 Apr 2024, 07:21
Forum: Laravel package
Topic: Admin Vue Components
Replies: 2
Views: 1067

Re: Admin Vue Components

You have to add all new files to the manifest.jsb2 file of your extensions like explained in the article you've linked. Only the custom.js file is automatically included.
by aimeos
25 Apr 2024, 07:19
Forum: Laravel package
Topic: Unable to query customers filtering for status
Replies: 2
Views: 582

Re: Unable to query customers filtering for status

"filter(true)" adds the customer.status query automatically
by aimeos
25 Apr 2024, 07:11
Forum: Laravel package
Topic: Fresh Setup
Replies: 2
Views: 346

Re: Fresh Setup

Which Aimeos version do you use and what is the version of your MySQL server?
by aimeos
24 Apr 2024, 18:19
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 1
Views: 588

Re: Bulk photo import and automatic product creation

If you need help, ask the Aimeos company to implement that for you:
https://aimeos.com/aimeos-gmbh/contact
by aimeos
24 Apr 2024, 14:11
Forum: Help
Topic: Product tags
Replies: 3
Views: 2348

Re: Product tags

They are still not used in any way yet.
by aimeos
24 Apr 2024, 14:10
Forum: Laravel package
Topic: Product import takes too long
Replies: 8
Views: 7826

Re: Product import takes too long

We've added a new config option for the product XML importer in the master branch which allows replacing products by their "ref" value when using document-oriented storages like ElasticSearch. You can check the commit so see what that means: https://github.com/aimeos/ai-controller-jobs/com...
by aimeos
24 Apr 2024, 07:35
Forum: Help
Topic: Wrong column order in Attribute Types and Attribute Lists Types page
Replies: 1
Views: 919

Re: Wrong column order in Attribute Types and Attribute Lists Types page

Thanks for mentioning! The column order has been fixed in aimeos/ai-admin-jqadm:2024.04.x-dev and the fix will be part of the next release of the package.
by aimeos
23 Apr 2024, 07:01
Forum: TYPO3 extension
Topic: Lost session at confirmation page (lost orderid)
Replies: 18
Views: 78019

Re: Lost session at confirmation page (lost orderid)

I've phoned a buyer and he insisted that he had not placed a second order. very mysterious. Have there been two orders added to the database from the same buyer at the same time? What's their payment status? is there anything else that can trigger the confirm-url request? Usually only when the buye...
by aimeos
23 Apr 2024, 06:55
Forum: Laravel package
Topic: CMS pages
Replies: 5
Views: 4592

Re: CMS pages

Thanks for the hint, the problem has been fixed and a new version tagged. Please run "composer up" to get the latest version.