-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product import doesn't change Enable Qty Increments
field
#14351
Comments
@simpleadm, thank you for your report. |
I am working on this at #dmcdindia |
@sanjay-wagento , |
@magento-engcom-team , I cannot reproduce the issue in the latest 2.2-develop branch (Magento ver. 2.2.6-dev) |
@simpleadm , I have gone through your issue and debug into code. When you import product and if you would like to change setting (Yes/No) of "Enable Qty Increments" field in product advanced inventory then you need to make sure that you define "use_config_enable_qty_inc" field in CSV file because if there is using "Config Setting" value Yes(1) ticked then you must need to define "use_config_enable_qty_inc" as 0 and make 1 as "enable_qty_increments" in CSV file. It should be worked. I have tried same and it's working perfectly. For better understanding, Kindly check CSV fields at below with its values."sku","qty","manage_stock","enable_qty_increments","qty_increments","use_config_enable_qty_inc"
|
@simpleadm , OK. Got it. |
Hi @simpleadm. Thank you for your report.
The fix will be available with the upcoming 2.3.0 release. |
Hi @simpleadm. Thank you for your report. The fix will be available with the upcoming 2.1.15 release. |
Hi @simpleadm. Thank you for your report. The fix will be available with the upcoming 2.2.6 release. |
Preconditions
Stores > Configuration > Catalog > Inventory > Enable Qty Increments
marked as 'Use Config Settings' (No
)Steps to reproduce
SKU
Quantity
,Stock Status
and required fieldsEnable Qty Increments
('Advanced Inventory') marked asUse Config Settings
System > Data transfer: Import > Import products
Expected result
Enable Qty Increments
field have value from the csv file (e.g. Yes)Qty Increments
field have value from the csv file (e.g. 2)Actual result
Enable Qty Increments
field wasn't changed and still marked asUse Config Settings
Qty Increments
field wasn't changed as wellExample files
Best regards,
Sergey
The text was updated successfully, but these errors were encountered: