Questions tagged [adminhtml]
Questions about extending the Magento admin panel and the admin theme
1,679 questions
0
votes
2
answers
230
views
Magento2 - Replicate admin login in custom controller
We have been struggling with this during last days
If we try a frontend controller replicating the same code Magento fires when authenticating an admin user then we always end with session/cookies ...
1
vote
0
answers
37
views
Magento 2 use create product configurations wizard component in custom admin form
I want to use same create product configurations wizard component which used in product form into my custom admin form with same functionality. I tried to check/reference from default module-...
0
votes
0
answers
50
views
How to transfer custom fields to new order when editing from admin panel
In Magento 2, when editing an order from the admin panel, Magento cancels the original order and creates a new one. I have added some custom fields to the sales_order table (these are not part of ...
0
votes
1
answer
220
views
tinymcsAdapter.js error in M 2.4.5-p12
I'm getting this error in 2.4.5-p12 admin:
main.ERROR: Unable to resolve the source file for 'adminhtml/Magento/backend/en_GB/mage/adminhtml/wysiwyg/tiny_mce/tinymceAdapter.js'
The file in static ...
0
votes
1
answer
66
views
How can I make specific rows unselectable in a custom Magento 2 admin UI grid?
I'm working with Magento 2 and I need to configure an admin UI grid so that some rows cannot be selected via the checkbox column (i.e., they're unselectable in mass actions).
Is there a recommended ...
0
votes
3
answers
170
views
Extension attribute not saved in Customer address entity
There must be something that I'm not seeing, some custom attribute I added to the customer_address_entity table isn't not saved.
The idea is to from admin form add then (get/save) custom attribute ...
0
votes
1
answer
128
views
Issue with custom category attribute and category_form.xml layout. Data is not retrieved from database
Field that retrieves the data, but there is no label and the issue with width
<field name="custom_category_footer_description">
<argument name="data" xsi:type="...
0
votes
1
answer
69
views
Magento 2 Admin Form: form_id and title Fields Not Populating Correctly
I’m trying to create a simple Magento 2 admin form with the following requirements, but I’m running into issues. Here’s what I want:
Form Fields:
A hidden form_id field with a value of 1.
A visible ...
0
votes
1
answer
62
views
How to override adminhtml js file in custom module?
I need to override below file in my custom module Ayakil_CatalogPermissionsExtended
vendor/magento/module-catalog-permissions/view/adminhtml/web/category_edit.js
The custom module was created and ...
0
votes
1
answer
113
views
Magento 2 - After upgrde getting net::ERR_INSUFFICIENT_RESOURCES in admin category page
We upgraded Magento from version 2.4.5 to 2.4.7-p3. After that, we checked the admin category page and encountered the following errors:
POST https://yourdomain.com/admin/catalog/category/...
0
votes
2
answers
82
views
Magento 2 Custom Module - Adding Category IDs programatically
system.xml file
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:...
0
votes
1
answer
79
views
Adminhtml sales order payment information section in magento 2.4.6
Adminhtml sales order payment information section add custom filed custom payment thorw how to do i try this way but it not working
code working but Payment information sction not show
...
0
votes
1
answer
67
views
Remove Dollar Sign ($) from Magento Inline Edit
I have an inline edit module, and it's working fine, but my price field displays the dollar sign "$" when I click on a record to edit inline. This is annoying because then I need to ...
0
votes
1
answer
53
views
How to add Enable Objects system configuration in magento 2.4.6
Select objects to log actions when any admin users perform in the backend how to do?
system.xml
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/...
0
votes
3
answers
303
views
How do you change the Magento (Community) 2.4.7 Admin Login page logo
I want to change the admin login screen logo on my 2.4.7 install.
I've followed every guide, and tried every answer I can find.
Only have a basic knowledge of Magento backend.
Can anyone see the ...