Search found 7966 matches

by aimeos
25 May 2024, 21:30
Forum: Laravel package
Topic: Error throwing exception in Plugin ProductLimit
Replies: 8
Views: 10306

Re: Error throwing exception in Plugin ProductLimit

The problem are these try/catch blocks which are not used when updating the basket quantity:
https://github.com/aimeos/ai-client-htm ... #L200-L241

Guess, if they are removed, it works as expected.
by aimeos
25 May 2024, 09:05
Forum: Help
Topic: How i can export the products to excel or csv?
Replies: 1
Views: 3187

Re: How i can export the products to excel or csv?

There's no product export to CSV because CSV is a pretty unsuitable format to store complex data and there's no column layout that would fit for all cases. You can implement such an export yourself with the same column layout as configured for your import.
by aimeos
23 May 2024, 11:26
Forum: Laravel package
Topic: Upgrade Issues
Replies: 5
Views: 9573

Re: Upgrade Issues

Most likely, you haven't upgraded your own extension. The file names in the manifest.jsb2 file must be like that now:
- https://github.com/aimeos/aimeos-core/b ... st.jsb2#L6
- https://github.com/aimeos/aimeos-core/b ... t.jsb2#L14
by aimeos
23 May 2024, 09:38
Forum: Laravel package
Topic: Error throwing exception in Plugin ProductLimit
Replies: 8
Views: 10306

Re: Error throwing exception in Plugin ProductLimit

"single-number-max: 1" allows only one product of each available product in the basket
by aimeos
23 May 2024, 09:37
Forum: Laravel package
Topic: Checkout Addresses / Setup Values not work properly
Replies: 4
Views: 7757

Re: Checkout Addresses / Setup Values not work properly

This has been fixed now. Please use "composer up" to install the latest packages.
by aimeos
23 May 2024, 09:36
Forum: Laravel package
Topic: GraphQL errors with the free shipping plugin
Replies: 4
Views: 8205

Re: GraphQL errors with the free shipping plugin

The problem has been fixed. Please run "composer up" to get the latest version.
by aimeos
23 May 2024, 07:35
Forum: Laravel package
Topic: Locale item for site "test-site" not found on fresh aimeos install
Replies: 3
Views: 6790

Re: Locale item for site "test-site" not found on fresh aimeos install

Problem has been fixed in latest aimeos/aimeos-core package. Please run "composer up" to get the latest version.
by aimeos
22 May 2024, 13:02
Forum: Laravel package
Topic: Locale item for site "test-site" not found on fresh aimeos install
Replies: 3
Views: 6790

Re: Locale item for site "test-site" not found on fresh aimeos install

We can confirm the problem and are working on a solution.
by aimeos
22 May 2024, 13:02
Forum: Laravel package
Topic: GraphQL errors with the free shipping plugin
Replies: 4
Views: 8205

Re: GraphQL errors with the free shipping plugin

"FreeShipping" isn't a plugin that's available in Aimeos:
https://aimeos.org/docs/latest/manual/plugins/
by aimeos
22 May 2024, 12:53
Forum: Laravel package
Topic: Checkout Addresses / Setup Values not work properly
Replies: 4
Views: 7757

Re: Checkout Addresses / Setup Values not work properly

Ckeckout address input does not work properly. When a user first registers, he only has an e-mail address for the billing address and no name or street etc.. If the name and address are added there, they are not taken over. There is also no error that the billing address is not filled. The mandator...