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.
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
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
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!
I have a small csv with sku and stock quantity.
Any idea how to go on?
Thanks so much!
Attachments (1)
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!
So it works well but with error?
Thanks!
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.
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
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
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!
"sku";"stock"
"S30817-S7211-A101";0
"S30817-S7201-A107";0
"S30817-S7209-A107";0
Is it okay?
Thanks!
Accepted Answer
Pending Moderation
Hello,
It should be like
"sku";"stock"
"S30817-S7211-A101";"0"
"S30817-S7201-A107";"0"
"S30817-S7209-A107";"0"
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
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »