Search found 7961 matches

by aimeos
28 May 2024, 15:39
Forum: Help
Topic: Error in setup
Replies: 1
Views: 223

Re: Error in setup

We can't reproduce that issue. Do you have more details?
by aimeos
28 May 2024, 07:41
Forum: Laravel package
Topic: Install Aimeos in separate database
Replies: 3
Views: 611

Re: Install Aimeos in separate database

You have to adapt the database configuration in the ./config/shop.php file:
https://github.com/aimeos/aimeos-larave ... hp#L51-L66
by aimeos
28 May 2024, 07:39
Forum: Laravel package
Topic: Error throwing exception in Plugin ProductLimit
Replies: 8
Views: 7708

Re: Error throwing exception in Plugin ProductLimit

The try/catch blocks have been removed in dev-master and 2024.04.x-dev of the aimeos/ai-client-html package. The change will be part of the next release.
by aimeos
27 May 2024, 07:27
Forum: TYPO3 extension
Topic: Product Image Ratio 1:1 not working proberly
Replies: 4
Views: 30845

Re: Product Image Ratio 1:1 not working proberly

The configuration has been moved to the media manager in 2024+:
https://github.com/aimeos/aimeos-core/b ... hp#L38-L64
by aimeos
25 May 2024, 21:34
Forum: Help
Topic: Adding a custom delivery status
Replies: 1
Views: 2049

Re: Adding a custom delivery status

If possible, re-use STAT_DISPATCHED if you don't use it yet. The meaning is more or less the same when it comes to pick-up. Otherwise, you would have to overwrite the job controller and the order list/item template in the admin backend and add a new status there (>=100 to avoid clashes with added st...
by aimeos
25 May 2024, 21:30
Forum: Laravel package
Topic: Error throwing exception in Plugin ProductLimit
Replies: 8
Views: 7708

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

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: 4
Views: 7692

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

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

Re: Checkout Addresses / Setup Values not work properly

This has been fixed now. Please use "composer up" to install the latest packages.