config.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <system>
  11. <media_storage_configuration>
  12. <allowed_resources>
  13. <dhl_folder>dhl</dhl_folder>
  14. </allowed_resources>
  15. </media_storage_configuration>
  16. </system>
  17. <carriers>
  18. <dhl>
  19. <model>Magento\Dhl\Model\Carrier</model>
  20. <account />
  21. <active>0</active>
  22. <title>DHL</title>
  23. <sallowspecific>0</sallowspecific>
  24. <nondoc_methods>1,3,4,8,P,Q,E,F,H,J,M,V,Y</nondoc_methods>
  25. <doc_methods>2,5,6,7,9,B,C,D,U,K,L,G,W,I,N,O,R,S,T,X</doc_methods>
  26. <free_method>G</free_method>
  27. <gateway_url>https://xmlpi-ea.dhl.com/XMLShippingServlet</gateway_url>
  28. <id backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  29. <password backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  30. <content_type>N</content_type>
  31. <specificerrmsg>This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.</specificerrmsg>
  32. <divide_order_weight>1</divide_order_weight>
  33. <unit_of_measure>K</unit_of_measure>
  34. <size>R</size>
  35. <handling_type>F</handling_type>
  36. <handling_action>O</handling_action>
  37. <shipment_days>Mon,Tue,Wed,Thu,Fri</shipment_days>
  38. <active_rma>0</active_rma>
  39. <is_online>1</is_online>
  40. </dhl>
  41. </carriers>
  42. </default>
  43. </config>