Skip to content

adminhtml

Auto Added by WPeMatico

Issue with 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=”array”> <item name=”config” xsi:type=”array”> <item name=”class” xsi:type=”string”>MagentoCatalogUiComponentCategoryFormElementWysiwyg </item> <item name=”formElement” xsi:type=”string”>wysiwyg</item> <item name=”label” xsi:type=”string” translate=”true”>Custom Category Footer Description</item> <item name=”wysiwyg” xsi:type=”boolean”>true</item>… Read More »Issue with category_form.xml layout. Data is not retrieved from database

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 placed the category_edit.js(/app/code/Ayakil/CatalogPermissionsExtended/view/adminhtml/web/js/category_edit.js) Content of requirejs-config.js is below var config = { config: { mixins: { ‘Magento_CatalogPermissions/js/category_edit’: { ‘Ayakil_CatalogPermissionsExtended/js/category_edit’: true } }… Read More »How to override adminhtml js file in custom module?

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/categoriesJson/key/d035d0193f07dca2ea53514fb6d5ed3d76c74e7f76e34fd505c126642870a9a1/ net::ERR_INSUFFICIENT_RESOURCES POST https://yourdomain.com/admin/catalog/category/categoriesJson/key/d035d0193f07dca2ea53514fb6d5ed3d76c74e7f76e34fd505c126642870a9a1/ net::ERR_INSUFFICIENT_RESOURCES POST https://yourdomain.com/admin/catalog/category/categoriesJson/key/d035d0193f07dca2ea53514fb6d5ed3d76c74e7f76e34fd505c126642870a9a1/ net::ERR_INSUFFICIENT_RESOURCES GET https://yourdomain.com/static/version1731009637/adminhtml/Magento/backend/en_US/mage/utils/arrays.js net::ERR_INSUFFICIENT_RESOURCES GET https://yourdomain.com/static/version1731009637/adminhtml/Magento/backend/en_US/mage/utils/compare.js net::ERR_INSUFFICIENT_RESOURCES GET https://yourdomain.com/static/version1731009637/adminhtml/Magento/backend/en_US/mage/utils/misc.js net::ERR_INSUFFICIENT_RESOURCES GET… Read More »Magento 2 – After upgrde getting net::ERR_INSUFFICIENT_RESOURCES in admin category page

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:etc/system_file.xsd”> <system> <section id=”specials_subcategory” translate=”label” sortOrder=”1″ showInDefault=”1″ showInWebsite=”1″ showInStore=”1″> <class>separator-top</class> <label>Category Specials</label> <tab>ThreeYearOrders</tab> <resource>Gelmar_SpecialsSubCategory::config</resource> <group id=”general” translate=”label” type=”text” sortOrder=”110″ showInDefault=”1″ showInWebsite=”1″ showInStore=”1″> <label>Settings</label> <field id=”run_specials_logic” translate=”label” type=”button” sortOrder=”2″ showInDefault=”1″ showInWebsite=”0″ showInStore=”0″> <label>Update Category Specials</label>… Read More »Magento 2 Custom Module – Adding Category IDs programatically

Change Currency Symbol Position Magento 2.4.6

Hi Dears I want to Change Currency Symbol Position from Right to Left on AdminPanel For Example: 2400 SAR to : ریال السعوديs 2400 2400 UAE to : درهم الاماراتs 2400 I tried this soulution but doesn’t works.

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 sales_order_view.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=”order_payment”>… Read More »Adminhtml sales order payment information section in magento 2.4.6