![]() 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/ |
<?xml version="1.0"?> <!-- /** * Copyright © Extmag. All rights reserved. */ --> <config> <!-- Packaging --> <dhl_packaging> <volumetric_weight> <type>weight</type> <metric_coefficient>1</metric_coefficient> <imperial_coefficient>1</imperial_coefficient> <metric_max_package_volume_weight>10</metric_max_package_volume_weight> <imperial_max_package_volume_weight>20</imperial_max_package_volume_weight> </volumetric_weight> </dhl_packaging> <!-- END Packaging --> <!-- Payment --> <dhl_payment> <general> <shipment_payer>shipper</shipment_payer> <duty_and_tax_payer>customer</duty_and_tax_payer> <declared_value_type>product_only</declared_value_type> <insurance>1</insurance> <cod>0</cod> </general> </dhl_payment> <!-- END Payment --> <!-- Refund --> <dhl_refund> <general> <with_direct>0</with_direct> <email_template>dhl_refund_general_email_template</email_template> </general> <customer> <allow_print>1</allow_print> <allow_create>0</allow_create> </customer> </dhl_refund> <!-- END Refund --> <!-- Notification --> <dhl_notification> <general> <active>1</active> </general> </dhl_notification> <!-- END Notification --> <!-- Printing --> <dhl_printing> <general> <print_type>PDF</print_type> <resolution>203</resolution> </general> </dhl_printing> <!-- END Printing --> <!-- Pickup --> <dhl_pickup> <general> <ready_time>00,01,01</ready_time> <close_time>23,01,01</close_time> </general> <schedule> <active>0</active> </schedule> </dhl_pickup> <!-- END Pickup --> <!-- Track --> <dhl_track> <general> <link_type>magento</link_type> </general> <schedule> <active>0</active> </schedule> </dhl_track> <!-- END Track --> <!-- International Invoice --> <dhl_international_invoice> <general> <active>1</active> <terms_of_shipment>DDP</terms_of_shipment> </general> <product_attributes> <description>name</description> <country_manufacturer>country_of_manufacture</country_manufacturer> <commodity_code>extmag_harmonized_code</commodity_code> <scheduleb_code>extmag_scheduleb_code</scheduleb_code> </product_attributes> </dhl_international_invoice> <!-- END International Invoice --> <!-- Mass Action --> <dhl_mass> <general> <order_statuses>all</order_statuses> <shipping_method>all</shipping_method> </general> </dhl_mass> <!-- END Mass Action --> <!-- Manual --> <dhl_manual> <general> <create_invoice>0</create_invoice> <create_shipment>0</create_shipment> </general> </dhl_manual> <!-- END Manual --> <!-- Automatic --> <dhl_automatic> <general> <active>0</active> </general> </dhl_automatic> <!-- END Automatic --> <!-- Other --> <dhl_other> <general> <saturday_pickup>0</saturday_pickup> <saturday_delivery>0</saturday_delivery> <send_tracking_number>1</send_tracking_number> <carbon_neutral>0</carbon_neutral> </general> </dhl_other> <!-- END Other --> </config>