Search found 4 matches
- 02 Jun 2021, 14:58
- Forum: Help
- Topic: Leave imported prices untouched
- Replies: 1
- Views: 1728
Leave imported prices untouched
Specific Example: Given that there is a system that produces product CSV files on a daily basis. These files are imported each night automatically. New Products will be imported including their prices. The Shop owner however can change the imported price in the shop. On the next import run, the pric...
- 02 Jun 2021, 10:28
- Forum: TYPO3 extension
- Topic: Import CSV with HTTP:// images
- Replies: 5
- Views: 9269
Re: Import CSV with HTTP:// images
Here you go: https://github.com/aimeos/ai-controller-jobs/pull/30
This topic can be closed, as my question is the result of a bug and a PR is submitted.
This topic can be closed, as my question is the result of a bug and a PR is submitted.
- 02 Jun 2021, 09:27
- Forum: TYPO3 extension
- Topic: Import CSV with HTTP:// images
- Replies: 5
- Views: 9269
Re: Import CSV with HTTP:// images
Can you investigate, why the has() method returns TRUE for the URL. Here are the relevant lines: $fs->has( $url ) is never executed because the first part of the condition already evaluates to true, which is $refItem->getPreviews() === [] When i change the code so that the whole condition evaluates...
- 01 Jun 2021, 12:56
- Forum: TYPO3 extension
- Topic: Import CSV with HTTP:// images
- Replies: 5
- Views: 9269
Import CSV with HTTP:// images
Hello, i am currently evaluating aimeos for a complex project. My Setup: * TYPO3 v10.4.16 * aimeos/aimeos-typo3 21.4.2 * Dockerized Dev Env * PHP 7.4.19 * MySQL 5.7.34 I am trying to import products from a CSV file, which works just fine. The images, however, are only provided via HTTP Url, like &qu...