Questions tagged «magento-core»

5
Magento 2将新字段添加到Magento_User管理表单
我正在寻找一种添加/更新(默认情况下)Magento用户(模块用户)表单的好方法。可以通过以下路径在管理面板中访问表单: 系统>所有用户> [chosen_user]>用户的主编辑标签(帐户信息) 现在,我尝试在我指定依赖项的自定义模块中使用di.xml: <preference for="Magento\User\Block\User\Edit\Tab\Main" type="Vendor_Name\Module_Name\Block\User\Edit\Tab\Main" /> <preference for="Magento\User\Block\Role\Grid\User" type="Vendor_Name\Module_Name\Block\Role\Grid\User" /> ` 这是我已经为Main.php类制作的内容 // @codingStandardsIgnoreFile 命名空间Vendor_Name \ Module_Name \ Block \ User \ Edit \ Tab; 使用\ Magento \ User \ Block \ User \ Edit \ Tab \ Main作为UserEditMainTab; 使用\ Magento \ Backend \ Block \ Template \ …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.