Admin User Permissions Changed By Accident
I accidentally changed Administrator User permissions in admin. Only Store Tab is accessible. Can’t Access any other tab.
Auto Added by WPeMatico
I accidentally changed Administrator User permissions in admin. Only Store Tab is accessible. Can’t Access any other tab.
My admin panel is no working after I have install a custom modul. Now the admin needs to load a long time, and after it has loaded the left menu is not working. No submenu open on click. Christian
I want to display all payment methods in multi select field on customer edit page (Admin From). How it is possibe ? Darshit/ShipByCustomer/view/adminhtml/layout/customer_index_edit.xml <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceBlock name=”customer_form”> <block class=”DarshitShipByCustomerBlockAdminhtmlCustomerEditTabView” name=”disable_payment_method”> <arguments> <argument name=”sort_order” xsi:type=”number”>100</argument> </arguments> </block>… Read More »How i can display all available payment methods in multi select dropdown on customer edit page Admin?
Cree un módulo y lo agregué al menú del admin, al ingresar desde el menú del admin me redirecciona al dashboard y me muestra el mensaje: “Invalid security or form key. Please refresh the page Custom Module”. menu.xml <?xml version=”1.0″?>… Read More »Invalid security or form key. Please refresh the page Custom Module
Here I used the credit memo plugin for updating the order data after refund success so how can I get order data in that function? etc/adminhtml/di.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”MagentoSalesApiCreditmemoRepositoryInterface”> <plugin name=”add_data_custom” type=”VendorModuleModelPluginCreditmemoAddData”/> </type> plugin file public… Read More »How can i get order data using credit memo plugin in Magento 2?
Im trying to move the “City” box up and I cant find the template for it for the admin can someone tell me where I can find it and change it
I’m looking to change the default order of customer groups when creating a new customer from the admin. Currently it looks like it goes alphabetically, how can I change this to go by ID or any custom order. I’ve looked… Read More »M2: How to change the order of customer groups in admin create customer?
Is their a command line config:set or a easy mysql update. I know there is a mysql update for this configuration but I’m just uncertain on what table it might be in. Any help would be greatly appreciated. I did… Read More »How do you change that “allow guest checkout” setting in admin when it’s greyed out?
I am trying to make a tabular/grid view in the Admin area for some data that comes from an external API. For that I implemented a data provider. In here I need to create an instance for the external API… Read More »Inject scoped config into DataProvider in Magento 2.4
Hello magento friends ! I got a kind of problem in magento admin order . I have a 4 digit precision for product price, and i want the rounding on the 4th digit. When i use the custom input the… Read More »Rounding and currency precision issue in admin order custom price Magento 2.3