Search found 7914 matches

by aimeos
03 May 2024, 19:46
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 13
Views: 2467

Re: Bulk photo import and automatic product creation

What is wrong with currencyid? Unable to import product with code "00001": Invalid ISO currency code Seems to be OK and we can see no error in your mapping or your file. EUR as currency is also activated by default after a standard installation. Plus: How should I write the path to an ima...
by aimeos
03 May 2024, 18:20
Forum: Help
Topic: All Images in Original Size
Replies: 1
Views: 23

Re: All Images in Original Size

The images in the list and detail view are always preview images, but the zoom image is the original file. You can also get the original image by calling getUrl() of the media items attached to the product: https://github.com/aimeos/ai-client-html/blob/master/src/Base/View/Helper/Image/Standard.php#...
by aimeos
02 May 2024, 20:59
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 13
Views: 2467

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

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: 13
Views: 2467

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

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

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

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

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

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