Search found 43 matches

by Innonic
10 Oct 2017, 21:03
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26348

Re: CSV Product Import not working

Yes, these are the only error messages after running the import task.

Maybe, as additional info:
I'm using Typo3 6.2.15 and Aimeos 16.10.5.
Could I have a problem with these versions?

I see, there's an update. Do I have to run it? Can I do that without any risk?
by Innonic
10 Oct 2017, 12:09
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26348

Re: CSV Product Import not working

I wrote, that I adapted the mapping: plugin.tx_aimeos { settings { controller.jobs.product.import.csv { location = [...]/fileadmin/import mapping { item { 0 = product.code 1 = product.label 2 = product.type 3 = product.status } text { 4 = text.type 5 = text.content 6 = text.type 7 = text.content } m...
by Innonic
09 Oct 2017, 11:19
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26348

Re: CSV Product Import not working

We've updated the product CSV file and the required mapping in the Wiki: https://aimeos.org/docs/Developers/Controller/Import_products_from_CSV#Default_mapping Thank you for this information. I updated my mapping and the CSV but I keep getting this error: Not imported: Array( [0] => job_csv_test [1...
by Innonic
05 Oct 2017, 20:09
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26348

Re: CSV Product Import not working

After reading through this and other threads again and again I came to the conclusion that it MUST be the path that is wrong. So I checked with my provider and indeed, for the cronjobs I had to use an absolute path I hadn't tried yet. I'm so sorry for bothering you with that, but I had no clue. The ...
by Innonic
05 Oct 2017, 11:51
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26348

Re: CSV Product Import not working

I made the path point to a directory and to the file directly. In both cases the result is the same as at the beginning: No logs, no products, nothing...

What else could I try?
by Innonic
02 Oct 2017, 13:57
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26348

Re: CSV Product Import not working

Thanks for your reply. Most properly the working directory where the cronjob is exectued isn't the root directory of your TYPO3 installation. Please use an absolute path to: plugin.tx_aimeos.settings.controller.jobs.product.import.csv.location I did that and now I get at least the following log: #0 ...
by Innonic
29 Sep 2017, 12:56
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26348

CSV Product Import not working

Need your help again. I searched everywhere but I'm not able to make the CSV import work. I took the standard config provided on https://aimeos.org/docs/Developers/Controller/Import_products_from_CSV#Default_mapping together with the provided CSV file. I created the Scheduler task with this TS confi...
by Innonic
08 Sep 2017, 14:37
Forum: Help
Topic: Configurable attributes not submitted in order
Replies: 1
Views: 1382

Configurable attributes not submitted in order

Hello, I would relly appreciate if you could help me once more. I have articles with several (3) configurable attributes. But these attributes are neither shown in the basket nor submitted with the order. So if my customer chooses some other color or size, I will not be informed about that. How do I...
by Innonic
08 Sep 2017, 09:45
Forum: Help
Topic: Attributes not visible on product page
Replies: 8
Views: 4088

Re: Attributes not visible on product page

This is it!

THANK YOU!!!
by Innonic
31 Aug 2017, 09:37
Forum: Help
Topic: Attributes not visible on product page
Replies: 8
Views: 4088

Re: Attributes not visible on product page

OK, I think I understand what you mean. I do not have any attributes of type "Variant". I only have "Default", "Configurable" and "Custom value" attributes. So what do I have to change now? Changing the type to "Selection" instead of "Article&qu...