![]() 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>International Invoice</label> <field id="active" translate="label comment" type="select" sortOrder="100" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Enabled</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> </field> <field id="type" translate="label comment" type="select" sortOrder="200" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Type</label> <source_model>Extmag\DhlShipping\Model\Source\InvoiceType</source_model> </field> <field id="terms_of_shipment" translate="label comment" type="select" sortOrder="300" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Terms of Shipment</label> <source_model>Extmag\DhlShipping\Model\Source\TermsOfTrade</source_model> </field> <field id="reason_for_export" translate="label comment" type="text" sortOrder="400" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Reason for Export</label> <comment>Max length 30</comment> </field> <field id="invoice_number" translate="label comment" type="text" sortOrder="800" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Invoice Number</label> <comment>Can use macro paste: #order_id#, #shipment_id#, #invoice_id#</comment> </field> <field id="comments" translate="label comment" type="textarea" sortOrder="900" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Comments</label> <comment>Max length 150. Can use macro paste: #customer_name#, #order_id#, #shipment_id#, #invoice_id#, #store_id#, #store_code#, #store_name# </comment> </field> <field id="declaration_statement" translate="label comment" type="textarea" sortOrder="1000" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Additional Declaration Text</label> <comment>Max length 300</comment> </field> <field id="invoice_place_of_incoterm" translate="label comment" type="textarea" sortOrder="1100" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Place of Incoterm</label> <comment>Max length 256</comment> </field> <field id="sold_to_address" translate="label comment tooltip" type="select" sortOrder="1200" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Sold To Address</label> <source_model>Extmag\Shiplab\Model\Source\SoldToAddresses</source_model> <tooltip>You can add address follow on Extmag > Addresses</tooltip> <comment model="Extmag\Shiplab\Model\Source\Comment\Address"/> </field> </group> <group id="product_attributes" translate="label" type="text" sortOrder="200" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Product Attributes</label> <field id="description" translate="label comment" type="select" sortOrder="100" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Description</label> <source_model>Extmag\Shiplab\Model\Source\AttributesOfProduct</source_model> <comment>Max length 75</comment> </field> <field id="country_manufacturer" translate="label comment" type="select" sortOrder="200" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Country of Manufacture</label> <source_model>Extmag\Shiplab\Model\Source\AttributesOfProduct</source_model> </field> <field id="unit_of_measurement" translate="label comment" type="select" sortOrder="300" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Unit of Measurement</label> <source_model>Extmag\DhlShipping\Model\Source\ProductUnitOfMeasurement</source_model> </field> <field id="commodity_code" translate="label comment" type="select" sortOrder="400" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Harmonized (Commodity) Code</label> <source_model>Extmag\Shiplab\Model\Source\AttributesOfProduct</source_model> </field> <field id="scheduleb_code" translate="label comment" type="select" sortOrder="500" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>ScheduleB Code</label> <source_model>Extmag\Shiplab\Model\Source\AttributesOfProduct</source_model> </field> </group> </include>