Anyone having issues with magento seemingly having a mind of its own? I disabled a bunch of products yesterday via spreadsheet import and they were gone from the website. And yet today, they are showing on the website again and marked 'enabled' on the backend...
Can anyone help with this? I am using multiple store views but these specific products are only visible (and assigned to) one store view.
Hello @e_m1 ,
This is not possible with default system, until and unless, not ran any custom script or CSV once again with same products for another store.
Please check bellow cases:
1. Is there any third parties API, which is updating the products.
2. Any Cron schedule for custom script, where is updating products.
3. Might be, you are updating same SKU and contents through CSV for different website/store.
Hello @e_m1
Agree with @Binod Yadav , there is no such bug reported in Magento.
You should check if someone else ran the script or uploaded CSV or inventory sync is happening with any other third party system.
@e_m1 you can confirm this whether there is a problem in your csv or not.
Just take one product and go the store view for which you want to make it disable.
And just wait and check if it is again enable or not.
If not then it is confirmed that the problem lies with your csv otherwise just check if there is any cron which is checking the status and making the disable products enable.
Thanks