Skip to content

magento man

Magnento 2 System config Categories list not working on website scope update

I have created a system configuration to show the Categories list as assigned website-wise. When we change the website scope but categories list options are the same. Any suggestion please update. system.xml <field id=”categorylist” translate=”label” type=”multiselect” sortOrder=”1″ showInDefault=”1″ showInWebsite=”1″ showInStore=”1″>… Read More »Magnento 2 System config Categories list not working on website scope update

How to remove the Deprecated property of __construct from Abstract Class using overriding or any other way

Error main.ERROR: Deprecated Functionality: Creation of dynamic property MagiccartMagicproductControllerAdminhtmlProductIndexInterceptor::$_resultRedirectFactory is deprecated in vendor/magiccart/magicproduct/Controller/Adminhtml/Action.php on line 78 Class namespace MagiccartMagicproductControllerAdminhtmlAction abstract class Action extends MagentoBackendAppAction { public function __construct( MagentoBackendAppActionContext $context, ) { parent::__construct($context); $this->_resultRedirectFactory = $context->getResultRedirectFactory(); } Class MagiccartMagicproductControllerAdminhtmlProductIndex class… Read More »How to remove the Deprecated property of __construct from Abstract Class using overriding or any other way