Search found 7912 matches

by aimeos
02 May 2024, 20:59
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 11
Views: 2354

Re: Bulk photo import and automatic product creation

The text type is not correct for example. You have a working example file here:
https://aimeos.org/docs/latest/cronjobs ... est-import
by aimeos
02 May 2024, 20:51
Forum: Laravel package
Topic: GraphQL: Query custom items
Replies: 1
Views: 52

Re: GraphQL: Query custom items

Add the new domain to this configuration in your own extension (you don't need to insert the whole configuration): https://github.com/aimeos/ai-admin-graphql/blob/master/config/admin.php#L5 Afterwards, you have the standard methods for your new domain: https://github.com/aimeos/ai-admin-graphql/blob...
by aimeos
02 May 2024, 20:46
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 11
Views: 2354

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

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

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

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

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

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

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

Re: Multivendor Registration and Login

Please install the Aimeos distribution again. There was an error which prevented the registration to succeed.