X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   General questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=66)
-   -   How to update product quantity? (https://forum.x-cart.com/showthread.php?t=73224)

Hajime Yamanaka 12-05-2015 08:57 AM

How to update product quantity?
 
Hello.

I want change product quantity by csv file or other way. (without admin page product catalog)
I try import next csv file. But didn't update quantity.

sku,name,stockLevel
10017,Albert Einstein Action Figure,777


Please advice.

razortw 12-07-2015 06:43 AM

Re: How to update product quantity?
 
Hello.
You've got the product name field incorrect, should be "name_en".
Just tried the below, worked great
Code:

sku,stockLevel,name_en
10001,686,Planet Express Babydoll


Hajime Yamanaka 12-07-2015 06:50 AM

Re: How to update product quantity?
 
Dear. razortw

Thank you for teach me. I can did it.
Why need "name_xx" column for update quantities? I think need only sku.

razortw 12-07-2015 07:46 AM

Re: How to update product quantity?
 
Quote:

Originally Posted by Hajime Yamanaka
Dear. razortw

Thank you for teach me. I can did it.
Why need "name_xx" column for update quantities? I think need only sku.

Unfortunately, that is how the import tool is designed to work, it identifies a product by name&sku.
A new 'Update inventory' module is scheduled to be released with X-Cart 5.2.11 in the beginning of 2016. It works pretty much like the 'update inventory' feature in X-Cart 4, and will only require sku & stock level to update product quantities.

Hajime Yamanaka 12-07-2015 07:49 AM

Re: How to update product quantity?
 
I wait for. :)
Thank you.


All times are GMT -8. The time now is 03:21 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.