config.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. <tax>
  11. <classes>
  12. <shipping_tax_class>0</shipping_tax_class>
  13. <default_product_tax_class>2</default_product_tax_class>
  14. <default_customer_tax_class>3</default_customer_tax_class>
  15. </classes>
  16. <calculation>
  17. <algorithm>TOTAL_BASE_CALCULATION</algorithm>
  18. <apply_after_discount>1</apply_after_discount>
  19. <discount_tax>0</discount_tax>
  20. <based_on>shipping</based_on>
  21. <price_includes_tax>0</price_includes_tax>
  22. <shipping_includes_tax>0</shipping_includes_tax>
  23. <apply_tax_on>0</apply_tax_on>
  24. </calculation>
  25. <defaults>
  26. <country>US</country>
  27. <region>0</region>
  28. </defaults>
  29. <display>
  30. <type>1</type>
  31. <shipping>1</shipping>
  32. </display>
  33. <cart_display>
  34. <price>1</price>
  35. <subtotal>1</subtotal>
  36. <shipping>1</shipping>
  37. <discount>1</discount>
  38. <grandtotal>0</grandtotal>
  39. <full_summary>0</full_summary>
  40. <zero_tax>0</zero_tax>
  41. </cart_display>
  42. <sales_display>
  43. <price>1</price>
  44. <subtotal>1</subtotal>
  45. <shipping>1</shipping>
  46. <discount>1</discount>
  47. <grandtotal>0</grandtotal>
  48. <full_summary>0</full_summary>
  49. <zero_tax>0</zero_tax>
  50. </sales_display>
  51. <notification>
  52. <info_url>http://docs.magento.com/m2/ce/user_guide/tax/warning-messages.html</info_url>
  53. </notification>
  54. </tax>
  55. </default>
  56. </config>