Skip to content

How to depend a field to a field having type=”checkbox” in system.xml?

i am new to magento..i am facing issue while learning configuration of system.xml..i want to depend a field of type=”dropdown” to field of type=”checkbox”..any help would be appreciated..here is my system.xml file..thanks in advance.. System.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Config:etc/system_file.xsd”>… Read More »How to depend a field to a field having type=”checkbox” in system.xml?

Custom Category Attribute value Not Saving? In Adminpanel

Is this my Installdata.php file <?php namespace AutosmartCategoryAttributesSetup; use MagentoCatalogModelCategory; use MagentoCatalogModelCategoryAttributeBackendImage; use MagentoCatalogModelCategoryAttributeSourceMode; use MagentoCatalogModelResourceModelEavAttribute; use MagentoEavModelEntityAttributeScopedAttributeInterface; use MagentoEavSetupEavSetup; use MagentoEavSetupEavSetupFactory; use MagentoFrameworkSetupInstallDataInterface; use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupModuleDataSetupInterface; class InstallData implements InstallDataInterface { private $eavSetupFactory; public function __construct(EavSetupFactory $eavSetupFactory) {… Read More »Custom Category Attribute value Not Saving? In Adminpanel