Search found 7 matches

by kai_lf
19 Jul 2023, 09:38
Forum: TYPO3 extension
Topic: Attributes Import // Integrity constraint violation: 1062 Duplicate entry
Replies: 1
Views: 24432

Attributes Import // Integrity constraint violation: 1062 Duplicate entry

Hi there, I have a strange behavior on importing attributes.xml. We have about 200 attributes in our shop. On a daily basis we do updates from our main database via XML / Scheduler. Everything is fine - except one Attribute. In our XML are no new attributes, as they do not change often. So why do we...
by kai_lf
22 May 2023, 19:10
Forum: TYPO3 extension
Topic: Delete unused Images
Replies: 4
Views: 30294

Re: Delete unused Images

We have a project set up where we are using the XML importer for the products (and the attributes, suppliers, catalog...) We have the same behavior as with the CSV Importer in the above post. On every import another preview pic will be generated. Is it possible to do an update on the import - instea...
by kai_lf
30 Mar 2023, 06:49
Forum: TYPO3 extension
Topic: Stock Import // Timeframe
Replies: 3
Views: 4898

Re: Stock Import // Timeframe

Ok. Cool. That works perfect.
Is it also possible to import the "delivery within" Field?

My CSV looks like:
4004293127181,666,default,2023-04-05 12:34:56,7

The "delivery within" ( in this case -> 7 ) is ignored :-(
by kai_lf
28 Mar 2023, 13:39
Forum: TYPO3 extension
Topic: Stock Import // Timeframe
Replies: 3
Views: 4898

Stock Import // Timeframe

Is it possible to import the timeframe (stock.timeframe) with stocks.csv?
Or is it possible to import it via the product xml importer?

Any advice is welcome :-)

TYPO 11.5.25 // aimeos 22.10.7
by kai_lf
14 Mar 2023, 12:31
Forum: TYPO3 extension
Topic: XML Importer / TYPO3 / attributes and categories won't update and throwing errors
Replies: 2
Views: 2907

Re: XML Importer / TYPO3 / attributes and categories won't update and throwing errors

Yess. Thanx! I had some UTF8 encoding Problems. For all having similar problems... If you are using PHP and simpleXML -> initialize your XML like: $this->productsxml = new SimpleXMLElement('<?xml version="1.0" encoding="UTF-8"?><attributes/>'); Output: <attributeitem ref="pr...
by kai_lf
10 Mar 2023, 08:54
Forum: TYPO3 extension
Topic: XML Importer / TYPO3 / attributes and categories won't update and throwing errors
Replies: 2
Views: 2907

XML Importer / TYPO3 / attributes and categories won't update and throwing errors

I am in the process of implementing the XML importer for categories, products and attributes in our shop. Initially, all three XML work really well. Only when I want to import the attributes or the categories a second time I get error messages "... Integrity constraint violation: 1062 Duplicate...
by kai_lf
26 Mar 2021, 21:59
Forum: TYPO3 extension
Topic: Delete unused Images
Replies: 4
Views: 30294

Delete unused Images

Hi, we are running an AIMEOS Shop on TYPO3 and i'm wondering if there is a scheduler (or any other) Job for deleting unused product images. We are importing products via csv and scheduler and it seems, that AIMEOS isn't recognizing images that are already imported - so there are many versions of the...