Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

45 lignes
2.0 KiB

  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,N,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. <sandbox_url>https://xmlpitest-ea.dhl.com/XMLShippingServlet</sandbox_url>
  29. <id backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  30. <password backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  31. <content_type>N</content_type>
  32. <specificerrmsg>This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.</specificerrmsg>
  33. <divide_order_weight>1</divide_order_weight>
  34. <unit_of_measure>K</unit_of_measure>
  35. <size>0</size>
  36. <handling_type>F</handling_type>
  37. <handling_action>O</handling_action>
  38. <shipment_days>Mon,Tue,Wed,Thu,Fri</shipment_days>
  39. <active_rma>0</active_rma>
  40. <is_online>1</is_online>
  41. </dhl>
  42. </carriers>
  43. </default>
  44. </config>