Search found 7910 matches

by aimeos
02 May 2024, 20:46
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 8
Views: 2259

Re: Bulk photo import and automatic product creation

Simplify your mapping and your file content to the basics only. You have some errors in there in the columns afterwards.
by aimeos
02 May 2024, 20:26
Forum: Laravel package
Topic: How to make a custom login/regiter/error page in a theme package 2024.x
Replies: 1
Views: 77

Re: How to make a custom login/regiter/error page in a theme package 2024.x

These are the standard Laravel pages which you can customize like you need them by modifying the Blade templates in the ./resources/views/ folder of your application.
by aimeos
02 May 2024, 19:00
Forum: Help
Topic: How i can add text item to product
Replies: 2
Views: 116

Re: How i can add text item to product

You can also use fromArray() as a one liner. When passing data to create(), the modified flag won't be set and items not saved by save()
by aimeos
01 May 2024, 08:55
Forum: Laravel package
Topic: Image not changing with Variant Selection
Replies: 5
Views: 642

Re: Image not changing with Variant Selection

We've added the necessary code to the migration but are not able to test it at the moment:
https://github.com/aimeos/ai-woocommerc ... 9b8062b968

Can you check if it does the job now?
by aimeos
30 Apr 2024, 15:54
Forum: Laravel package
Topic: Image not changing with Variant Selection
Replies: 5
Views: 642

Re: Image not changing with Variant Selection

The relevant code in the admin interface is available here: https://github.com/aimeos/ai-admin-jqadm/blob/master/src/Admin/JQAdm/Product/Media/Standard.php#L244-L259 In the migration scripts, the code for assigning variant attributes to products is here: https://github.com/aimeos/ai-woocommerce/blob...
by aimeos
30 Apr 2024, 11:05
Forum: Help
Topic: datasets
Replies: 3
Views: 816

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: 5
Views: 642

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

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

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

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.