![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/extmag/dhlshipping2/etc/adminhtml/system/ |
<?xml version="1.0"?> <!-- /** * Copyright © Extmag. All rights reserved. */ --> <include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_include.xsd"> <group id="general" translate="label" type="text" sortOrder="100" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>General</label> <field id="account" translate="label comment tooltip" type="select" sortOrder="100" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Account</label> <source_model>Extmag\DhlShipping\Model\Source\Accounts</source_model> <tooltip>You can add DHL accounts follow on Extmag > Shipper Accounts</tooltip> <comment model="Extmag\Shiplab\Model\Source\Comment\ShipperAccount"/> <validate>required-entry</validate> </field> <field id="shipper_address" translate="label comment tooltip" type="select" sortOrder="200" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Shipper Address</label> <source_model>Extmag\Shiplab\Model\Source\Addresses</source_model> <tooltip>You can add address follow on Extmag > Addresses</tooltip> <comment model="Extmag\Shiplab\Model\Source\Comment\Address"/> </field> <field id="ship_from_address" translate="label comment tooltip" type="select" sortOrder="300" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Ship From Address</label> <source_model>Extmag\Shiplab\Model\Source\Addresses</source_model> <tooltip>You can add address follow on Extmag > Addresses</tooltip> <comment model="Extmag\Shiplab\Model\Source\Comment\Address"/> </field> <field id="destination_type" translate="label comment" type="select" sortOrder="400" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Destination Type</label> <source_model>Extmag\Shiplab\Model\Source\DestinationTypes</source_model> <comment>If Auto then DHL defines destination type by customer address</comment> </field> <field id="shipping_description" translate="label comment" type="textarea" sortOrder="500" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Shipping Description</label> <comment>Can use macro paste: #order_id#, #customer_name#</comment> </field> </group> </include>