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...
Solved! Go to Solution.
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 !
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 !
Hello Manthan,
Thanks for your reply! Unfortunately my cronjobs are working as they should since other attributes work correctly..
Hello @slingshotmedia
Ok i understand that cronjob working well !
Still have you run the command which i have given to you ?
Just did, didn't change anything
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 !
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 So i forgot the post.
Hope others will find my, or the other post when they have the same issue