Search found 140 matches

by cnoelker
07 Apr 2020, 11:18
Forum: TYPO3 extension
Topic: XML import of product options
Replies: 4
Views: 1842

XML import of product options

Hello,

I checked the sample product-import.xml file for a way to import the options for a product. I expected this to be one of the attribute items, but could not find a suitable lists.type .

Is there a way to import these?

Claudia
by cnoelker
27 Jan 2020, 10:25
Forum: TYPO3 extension
Topic: XML import of product attributes does not work in 19.10.4
Replies: 11
Views: 4044

Re: XML import of product attributes does not work in 19.10.4

Thank you. I checked and the attributes are there, again! :-)
by cnoelker
27 Jan 2020, 08:47
Forum: TYPO3 extension
Topic: XML import of product attributes does not work in 19.10.4
Replies: 11
Views: 4044

Re: XML import of product attributes does not work in 19.10.4

It's no composer installation so I exchanged ai-controller-jobs, aimeos-core and ai-typo3 (because of an error) manually.
But now I get other errors when calling the XML import:
Call to undefined function Aimeos\MShop\Common\Manager\Decorator\map()
by cnoelker
25 Jan 2020, 17:00
Forum: TYPO3 extension
Topic: XML import of product attributes does not work in 19.10.4
Replies: 11
Views: 4044

Re: XML import of product attributes does not work in 19.10.4

Then why doesn't it find the key? I did already compare the md5sum, this matches the value stored in the table.

Can you reproduce this? I.e. exporting the products which contain attributes and then importing it again?
by cnoelker
25 Jan 2020, 15:18
Forum: TYPO3 extension
Topic: XML import of product attributes does not work in 19.10.4
Replies: 11
Views: 4044

Re: XML import of product attributes does not work in 19.10.4

I gave the import a quick try and exchanged the ref="product|size|size_36" with ref="95e1468b99a23be8d30dc27e51252ee7".
However, nothing changed. Still no attributes.
by cnoelker
25 Jan 2020, 15:10
Forum: TYPO3 extension
Topic: XML import of product attributes does not work in 19.10.4
Replies: 11
Views: 4044

Re: XML import of product attributes does not work in 19.10.4

When I compare the mshop_attribute table of a former aimeos, then the key in this table is e.g. "product|size|size_36", so it is combined of domain, type and code. After updating to 19.10.4, the key is crypted version of "product|size|size_36", e.g. 95e1468b99a23be8d30dc27e51252e...
by cnoelker
25 Jan 2020, 11:09
Forum: TYPO3 extension
Topic: XML import of product attributes does not work in 19.10.4
Replies: 11
Views: 4044

Re: XML import of product attributes does not work in 19.10.4

And another note: Exporting the product.config containing some content can't be imported, either. Export file contains: <product.config><![CDATA[{"css-class":"fds"}]]></product.config> Starting the import resulted in [ TypeError ] Argument 1 passed to Aimeos\MShop\Product\Item\St...
by cnoelker
25 Jan 2020, 11:00
Forum: TYPO3 extension
Topic: XML import of product attributes does not work in 19.10.4
Replies: 11
Views: 4044

Re: XML import of product attributes does not work in 19.10.4

I fixed the minor issue of the product.label containing the wrong content. Pull request is started.
by cnoelker
25 Jan 2020, 10:38
Forum: TYPO3 extension
Topic: XML import of product attributes does not work in 19.10.4
Replies: 11
Views: 4044

XML import of product attributes does not work in 19.10.4

Hello, after updating from Aimeos 19.9.3 to 19.10.4 (TYPO3 9.5.13), the import of product xml files no longer imports the attributes of products. The format of the import file has not changed. The attribute items in the import file look like this: <lists> <attribute> <attributeitem ref="product...
by cnoelker
19 Dec 2019, 08:58
Forum: TYPO3 extension
Topic: Override class in Classes/Base/
Replies: 2
Views: 1379

Re: Override class in Classes/Base/

Thank you, it works. :)