TYPO3 Invoice Export Problem

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
hansklatt
Posts: 20
Joined: 29 Jul 2021, 20:19

TYPO3 Invoice Export Problem

Post by hansklatt » 03 Mar 2023, 10:04

We have here a TYPO3 instance running on 10.4.14 in combination with Aimeos 21.4.1.

It is a composer-based instance. We would like to export the orders as it is possible in the backend, then a message comes that this may take some time.
At this point, however, there is no file download or anything else. Is there anything here I need to take note of?

There is no error message.
Or is it possible to download the export file via SFTP?

There are two scheduler tasks running on the page:
Once the Aimeos shop advanceds and once aimeos shop scheduler.

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: TYPO3 Invoice Export Problem

Post by aimeos » 06 Mar 2023, 10:33

hansklatt wrote: 03 Mar 2023, 10:04 We have here a TYPO3 instance running on 10.4.14 in combination with Aimeos 21.4.1.
Your version is outdated and not supported any more. We urgently advice to upgrade to at least 21.10 LTS!
hansklatt wrote: 03 Mar 2023, 10:04 It is a composer-based instance. We would like to export the orders as it is possible in the backend, then a message comes that this may take some time.
At this point, however, there is no file download or anything else. Is there anything here I need to take note of?

There are two scheduler tasks running on the page:
Once the Aimeos shop advanceds and once aimeos shop scheduler.
The TYPO3 scheduler needs to be executed regularly by a cronjob and the Aimeos shop scheduler needs to include the "order/export/csv" job so export requests from the backend are executed:
https://aimeos.org/docs/latest/typo3/se ... ery-minute
hansklatt wrote: 03 Mar 2023, 10:04 Or is it possible to download the export file via SFTP?
Only after the job controller was executed and the files will be stored here: /uploads/tx_aimeos/.secure/admin
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

hansklatt
Posts: 20
Joined: 29 Jul 2021, 20:19

Re: TYPO3 Invoice Export Problem

Post by hansklatt » 14 Mar 2023, 08:22

Thanks for your answer!
It works!

Post Reply