| Current Path : /var/www/www.indacotrentino.com/www/vendor/brandung/cash-on-delivery-fee/etc/adminhtml/ |
| Current File : //var/www/www.indacotrentino.com/www/vendor/brandung/cash-on-delivery-fee/etc/adminhtml/system.xml |
<?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="payment">
<group id="cashondelivery">
<field id="fee" translate="label" type="text" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Cash On Delivery Fee</label>
<validate>validate-number</validate>
</field>
</group>
</section>
</system>
</config>