Magento 2: How to Change Category Attribute Value Programmatically
Introduction Imagine we are working on the client’s project. It serves on staging and production servers, of course. But we are working locally. And we need to change a category attribute value. It’s easy! Just navigate to the admin panel and select the necessary value. But this is a bad practice. Because now we should remember about this attribute and after ticket will be deployed to staging we should change attribute value here also....