TYPO3 Invoice Export Problem
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
TYPO3 Invoice Export Problem
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.
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.
Re: TYPO3 Invoice Export Problem
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 We have here a TYPO3 instance running on 10.4.14 in combination with Aimeos 21.4.1.
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: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.
https://aimeos.org/docs/latest/typo3/se ... ery-minute
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,
give us a star
If you like Aimeos,
Re: TYPO3 Invoice Export Problem
Thanks for your answer!
It works!
It works!