Questions tagged [system.xml]
Denotes question related to the system.xml module configuration file.
271 questions
0 votes
1 answer
74 views
Magento 2.4.5: Why is my custom tab not showing in the backend without fields?
I am using Magento 2.4.5 and I am trying to create a store configuration. The following code works fine, and the tab appears in the backend: <?xml version="1.0"?> <config xmlns:xsi=&...
0 votes
2 answers
153 views
How to allow only numbers in certain input-field for Magento Admin Control-Table/Config-Table
I want to allow only numbers for a certain input field in a Magento Admin Control-Table/Config-Table. Has anyone done that before or has a hint? Greez
0 votes
1 answer
594 views
magento 2.4 system.xml validate decimal number
I have an input type text field in my system.xml . I'd like this field to be validated in a way that the user can put numbers (0 to 9) and dots but not commas nor any other symbol. In magento, I have ...
0 votes
1 answer
270 views
Magento 2 system configuration searchable dropdown how can i impliment
<field id="dropdown_example" translate="label" type="select" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1&...
0 votes
1 answer
206 views
How to get value from "dynamic row field" column to another field in system.xml. How to compare this with Order Subtotal after proceed to checkout
How can to get value of "price" column in "custom Alert Message" Field. here is system.xml code ` <field id="ranges" translate="label" sortOrder="5"...
1 vote
2 answers
2k views
Exception #0 (Exception): Warning: Undefined array key "id"
i have error when i go to stores->configuration after i create my system.xml file system.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-...
0 votes
1 answer
212 views
How to add slider/range in store configuration?
any reference for adding this type of slider in configuration?
0 votes
1 answer
416 views
How to enable/disable welcome email from admin configuration in store basis
Hi I referred this solution for disabling welcome email and it works perfectly.however i want the around plugin to work only if its enabled from admin backend that too in store basis. I added etc/...