Search found 7905 matches

by aimeos
30 Apr 2024, 11:05
Forum: Help
Topic: datasets
Replies: 3
Views: 393

Re: datasets

There had been a couple of issues with data sets and the documentation wasn't up to date.

Please get the latest commit using:

Code: Select all

composer req aimeos/ai-admin-jqadm:2024.04.x-dev
by aimeos
30 Apr 2024, 09:22
Forum: Laravel package
Topic: Image not changing with Variant Selection
Replies: 1
Views: 70

Re: Image not changing with Variant Selection

When I choose a variant, the corresponding image doesn't change. In my case variant attribute is color. Price is changing but image isn't. Tested that and works as expected. Did you upload the images for the variant articles in the admin backend? The variant attributes need to be assigned to the up...
by aimeos
30 Apr 2024, 09:11
Forum: Help
Topic: Multivendor Registration and Login
Replies: 2
Views: 84

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

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

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

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

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

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

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: 3
Views: 393

Re: datasets

What did you try in the config and what do you want to achieve?