1. Szabi007
  2. RO CSVI
  3. Wednesday, 29 March 2017
  4.  Subscribe via email
Sorry, another question occurred...

I have created a small csv with the product id and the stock to be able to refresh the stock amounts from a csv file.

But when I want to import it, done nothing, but Server last response is counting upwards..

What could be wrong?

Thanks so much for your kindness!
Accepted Answer Pending Moderation
Hello,
I am thinking the problem could be because of product id field. What if you use product_sku instead of product id? Run the import with product_sku, send the debug log and sample import file if you have any issues.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
OK I have done all these steps, but the same. What is more, I have waited a little longer and the process ended with 500 internal error.

I have a small csv with sku and stock quantity.

Any idea how to go on?

Thanks so much!
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
And what a surprise, after this big error message of internal server error 500, I have checked the stock level and it is all modified :-))

So it works well but with error?

Thanks!
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
Hello,
There is a problem i see in your import file. The column headers are not valid, it should be sku;stock so it follows the rest of the values in import file. There is a also missing quote in columns headers. That could be a cause of the error. You can also have a look at 500 error document which explains few causes for the error.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Now it looks like this:

"sku";"stock"
"S30817-S7211-A101";0
"S30817-S7201-A107";0
"S30817-S7209-A107";0

Is it okay?

Thanks!
  1. more than a month ago
  2. RO CSVI
  3. # 5
Accepted Answer Pending Moderation
Hello,
It should be like

"sku";"stock"
"S30817-S7211-A101";"0"
"S30817-S7201-A107";"0"
"S30817-S7209-A107";"0"
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!