config.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. <carriers>
  11. <ups>
  12. <access_license_number backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  13. <active>0</active>
  14. <sallowspecific>0</sallowspecific>
  15. <allowed_methods>1DM,1DML,1DA,1DAL,1DAPI,1DP,1DPL,2DM,2DML,2DA,2DAL,3DS,GND,GNDCOM,GNDRES,STD,XPR,WXS,XPRL,XDM,XDML,XPD,01,02,03,07,08,11,12,14,54,59,65</allowed_methods>
  16. <origin_shipment>Shipments Originating in United States</origin_shipment>
  17. <shipment_requesttype>0</shipment_requesttype>
  18. <container>CP</container>
  19. <cutoff_cost />
  20. <dest_type>RES</dest_type>
  21. <free_method>GND</free_method>
  22. <gateway_url>http://www.ups.com/using/services/rave/qcostcgi.cgi</gateway_url>
  23. <gateway_xml_url>https://onlinetools.ups.com/ups.app/xml/Rate</gateway_xml_url>
  24. <handling>0</handling>
  25. <model>Magento\Ups\Model\Carrier</model>
  26. <pickup>CC</pickup>
  27. <title>United Parcel Service</title>
  28. <tracking_xml_url>https://onlinetools.ups.com/ups.app/xml/Track</tracking_xml_url>
  29. <unit_of_measure>LBS</unit_of_measure>
  30. <username backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  31. <password backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  32. <specificerrmsg>This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.</specificerrmsg>
  33. <min_package_weight>0.1</min_package_weight>
  34. <max_package_weight>150</max_package_weight>
  35. <handling_type>F</handling_type>
  36. <handling_action>O</handling_action>
  37. <negotiated_active>0</negotiated_active>
  38. <include_taxes>0</include_taxes>
  39. <mode_xml>1</mode_xml>
  40. <type>UPS</type>
  41. <is_account_live>0</is_account_live>
  42. <active_rma>0</active_rma>
  43. <is_online>1</is_online>
  44. </ups>
  45. </carriers>
  46. </default>
  47. </config>