Search found 7903 matches

by aimeos
30 Apr 2024, 09:11
Forum: Help
Topic: Multivendor Registration and Login
Replies: 2
Views: 69

Re: Multivendor Registration and Login

Please install the Aimeos distribution again. There was an error which prevented the registration to succeed.
by aimeos
30 Apr 2024, 07:44
Forum: Help
Topic: Multivendor Registration and Login
Replies: 2
Views: 69

Re: Multivendor Registration and Login

Did you set these values?

Code: Select all

SHOP_MULTISHOP=true
SHOP_REGISTRATION=true
by aimeos
30 Apr 2024, 07:36
Forum: Laravel package
Topic: GraphQL: Products "Bought together", "Suggestion" not loading
Replies: 5
Views: 678

Re: GraphQL: Products "Bought together", "Suggestion" not loading

Thanks, we've changed that now and it's available in aimeos/ai-admin-jqadm:2024.04.x-dev until a new release is tagged.
by aimeos
30 Apr 2024, 07:21
Forum: TYPO3 extension
Topic: CSV Stock Import Duplicate Entry Error
Replies: 1
Views: 89

Re: CSV Stock Import Duplicate Entry Error

Do you have the same product code twice in the file?
by aimeos
30 Apr 2024, 07:00
Forum: Laravel package
Topic: airoute not producing https links
Replies: 1
Views: 57

Re: airoute not producing https links

airoute() uses the Laravel routing infrastructure. Usually, setting APP_URL to a https URL works. If not, check the Laravel documentation and ask in the Laravel forums for help.
by aimeos
30 Apr 2024, 06:58
Forum: Laravel package
Topic: How to boost terms in product search
Replies: 6
Views: 4729

Re: How to boost terms in product search

Should this already work in aimeos 2023.10? It is in the 2024 documentation, but the setting (in product > basic) is already available in 2023 Yes, it also works with 2023.10 We are using catalog/lists/sort = 'code' Would this still work with "boost" function? No, it only works if the res...
by aimeos
29 Apr 2024, 09:18
Forum: Laravel package
Topic: CMS pages
Replies: 8
Views: 6137

Re: CMS pages

Hello, I think we still have some problems with these cms pages. 1. when adding a option/value pair (advanced), we can't delete it anymore. 2. when adding a CategoryList component, category list is empty Indeed, the described problems existed and have been fixed now. Please run "composer up&qu...
by aimeos
28 Apr 2024, 15:59
Forum: Help
Topic: datasets
Replies: 2
Views: 370

Re: datasets

What did you try in the config and what do you want to achieve?
by aimeos
27 Apr 2024, 09:59
Forum: Laravel package
Topic: GraphQL: Products "Bought together", "Suggestion" not loading
Replies: 5
Views: 678

Re: GraphQL: Products "Bought together", "Suggestion" not loading

Thanks for the hint! The problem has been fixed in aimeos/ai-admin-jqadm:2024.04.x-dev and will be part of the next release. You can test yourself in the meantime by executing:

Code: Select all

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