cancel
Showing results for 
Search instead for 
Did you mean: 

Magento2 mass attribute edit - enable qty increment not saving

SOLVED

Magento2 mass attribute edit - enable qty increment not saving

When i try to edit multiple simple products via Actions -> update attributes all works good. Except when i try to enable QTY increment (and the steps) it says it has been added to que and doesn't give an error or whatsoever..

Has anybody else experienced this? And how can i solve this?
Editing them each on their own does work...

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento2 mass attribute edit - enable qty increment not saving

Hi @slingshotmedia 

 

I understand !

 

I have seen the same question ask over the forum previously and here by i am sharing the reference link for the same - https://community.magento.com/t5/Magento-2-x-Technical-Issues/Magento-2-3-3-update-product-attribute... 

 

Also you will require to run command based on the devdocs guidelines - https://devdocs.magento.com/guides/v2.3/reference/cli/magento.html#queueconsumerslist 

 

I would suggest you to go through above two links it will surely resolved your issue.

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

View solution in original post

6 REPLIES 6

Re: Magento2 mass attribute edit - enable qty increment not saving

Hi @slingshotmedia 

 

i understand the problem which you are facing !

 

Actually for the mass update specifically for inventory it will add your change into the queue.

 

so you will require to run the cron job for the same, if you haven't added defaults cron in your server. then you will require to run your cron by running following command :

 

php bin/magento cron:run

Run the above command and it will run all the pending queues then do reindexing by running command php bin/magento indexer:reindex

 

It will resolved your issue.

 

Hope it helps !

 

 

if issue solved,Click Kudos & Accept as Solution

Re: Magento2 mass attribute edit - enable qty increment not saving

Hello Manthan,

Thanks for your reply! Unfortunately my cronjobs are working as they should since other attributes work correctly.. 

Re: Magento2 mass attribute edit - enable qty increment not saving

Hello @slingshotmedia 

 

Ok i understand that cronjob working well !

 

Still have you run the command which i have given to you ?

 

 

if issue solved,Click Kudos & Accept as Solution

Re: Magento2 mass attribute edit - enable qty increment not saving

Just did, didn't change anything Smiley Sad 

Re: Magento2 mass attribute edit - enable qty increment not saving

Hi @slingshotmedia 

 

I understand !

 

I have seen the same question ask over the forum previously and here by i am sharing the reference link for the same - https://community.magento.com/t5/Magento-2-x-Technical-Issues/Magento-2-3-3-update-product-attribute... 

 

Also you will require to run command based on the devdocs guidelines - https://devdocs.magento.com/guides/v2.3/reference/cli/magento.html#queueconsumerslist 

 

I would suggest you to go through above two links it will surely resolved your issue.

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

Re: Magento2 mass attribute edit - enable qty increment not saving

I am so sorry for the late answer etc..
But yeah it was because of a bug in Magento...
But i found the post after some more googling haha Smiley Happy So i forgot the post.

Hope others will find my, or the other post when they have the same issue Smiley Happy