Search found 158 matches

by Moritz
02 Dec 2024, 09:46
Forum: TYPO3 extension
Topic: Get Prices of Attributes
Replies: 9
Views: 38537

Re: Get Prices of Attributes

With that TypoScript it works.
Maybe you can change the instruction in README.md of ai-customergroups.
by Moritz
28 Nov 2024, 16:26
Forum: TYPO3 extension
Topic: Get Prices of Attributes
Replies: 9
Views: 38537

Re: Get Prices of Attributes

I have tested with 2024.10.x-dev version of Aimeos and ai-customergroups aswell. In the checkItem() function of CustomerGroup you can see, that the item has no listItems. checkItem.png But in the backend this attribute has a price item assigned. attr_price.png When I comment out this lines (disable ...
by Moritz
27 Nov 2024, 15:03
Forum: TYPO3 extension
Topic: Get Prices of Attributes
Replies: 9
Views: 38537

Re: Get Prices of Attributes added by Supplier

We have already written a lot on Github about the migration of ai-customergroups. That works now. But when the ai-customergroups extension is active, I don't get any prices from the attribute in this line from my code example above. $attrPrices = array_merge($attrPrices, $attr->getRefItems('price', ...
by Moritz
25 Nov 2024, 14:13
Forum: TYPO3 extension
Topic: Get Prices of Attributes
Replies: 9
Views: 38537

Re: Get Prices of Attributes added by Supplier

Yes the hidden attributes have prices and are assigned to the product.
In my code example you see how I try to load the prices of the attributes but I get nothing.

I use your ai-customergroups v24.10.2 extension and found out, that it works when I disable the extension.
by Moritz
22 Nov 2024, 12:16
Forum: TYPO3 extension
Topic: Get Prices of Attributes
Replies: 9
Views: 38537

Get Prices of Attributes

In my template I call $attr->getRefItems('price', null, 'default') in the foreach loop and get no prices. The attribute $attr generally has no ref items. $productItem = $this->get('productItem', null); if (isset($productItem)) { $attrPrices = []; $attributes = $productItem->getRefItems('attribute', ...
by Moritz
20 Mar 2023, 08:18
Forum: TYPO3 extension
Topic: Image Format WebP
Replies: 15
Views: 33202

Re: Image Format WebP

Do you found a solution for that?
by Moritz
23 Jan 2023, 07:56
Forum: TYPO3 extension
Topic: Image Format WebP
Replies: 15
Views: 33202

Re: Image Format WebP

The image processing test case "jpg to webp" in Typo3 are working.
by Moritz
23 Jan 2023, 07:43
Forum: TYPO3 extension
Topic: Image Format WebP
Replies: 15
Views: 33202

Re: Image Format WebP

It happens with imagemagick and graphicmagick.
by Moritz
20 Jan 2023, 10:56
Forum: TYPO3 extension
Topic: Product CSV Import - Error when update a product
Replies: 12
Views: 26459

Re: Product CSV Import - Error when update a product

That solves the problem. Thank you very much!
by Moritz
20 Jan 2023, 10:00
Forum: TYPO3 extension
Topic: Product CSV Import - Error when update a product
Replies: 12
Views: 26459

Re: Product CSV Import - Error when update a product

In the TSConfig field this setting is overridden. I think at that time I copied that from a template of the documentation. This has always worked with version 18.10.11. Maybe in the old version there was no UNIQUE on the table? plugin.tx_aimeos.settings.controller.jobs.product.import.csv { # File or...