I have a problem when i modify the system.xml, i try to flush cache and when i check my admin site, it does not appeal the field that i already added. Can anybody help me to solve this problem ?
Hi @annq3sivn4281,
Greetings!
Please follow the below steps:
1. Kindly check the below code if you have added field with this format or not
<?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 ""> <group id ""> <field id ""> </field> </group> </section> </system> </config>
2. Check-in core_config_data table field was created or not
3.Kindly run php bin/magento s:d:c if you just run ph bin/magento c:f (it might possible that field will not add after just run c:f, caching issue still there so you need to run s:d:c after changed in system.xml).
Hope this will help you to resolve your issue.
If not, please feel free to reach out to us.
Solved? Click KUDOS and accept it as a solution.
Thank you