Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

132 rader
5.1 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. <sales>
  11. <general>
  12. <hide_customer_ip>0</hide_customer_ip>
  13. </general>
  14. <totals_sort>
  15. <discount>20</discount>
  16. <grand_total>100</grand_total>
  17. <shipping>30</shipping>
  18. <subtotal>10</subtotal>
  19. <tax>40</tax>
  20. </totals_sort>
  21. <reorder>
  22. <allow>1</allow>
  23. </reorder>
  24. <zerograndtotal_creditmemo>
  25. <allow_zero_grandtotal>1</allow_zero_grandtotal>
  26. </zerograndtotal_creditmemo>
  27. <minimum_order>
  28. <include_discount_amount>1</include_discount_amount>
  29. <tax_including>1</tax_including>
  30. </minimum_order>
  31. <orders>
  32. <items_per_page>20</items_per_page>
  33. <delete_pending_after>480</delete_pending_after>
  34. </orders>
  35. </sales>
  36. <sales_email>
  37. <general>
  38. <async_sending>0</async_sending>
  39. <sending_limit>50</sending_limit>
  40. </general>
  41. <order>
  42. <enabled>1</enabled>
  43. <template>sales_email_order_template</template>
  44. <guest_template>sales_email_order_guest_template</guest_template>
  45. <identity>sales</identity>
  46. <copy_method>bcc</copy_method>
  47. </order>
  48. <order_comment>
  49. <enabled>1</enabled>
  50. <template>sales_email_order_comment_template</template>
  51. <guest_template>sales_email_order_comment_guest_template</guest_template>
  52. <identity>sales</identity>
  53. <copy_method>bcc</copy_method>
  54. </order_comment>
  55. <invoice>
  56. <enabled>1</enabled>
  57. <template>sales_email_invoice_template</template>
  58. <guest_template>sales_email_invoice_guest_template</guest_template>
  59. <identity>sales</identity>
  60. <copy_method>bcc</copy_method>
  61. </invoice>
  62. <invoice_comment>
  63. <enabled>1</enabled>
  64. <template>sales_email_invoice_comment_template</template>
  65. <guest_template>sales_email_invoice_comment_guest_template</guest_template>
  66. <identity>sales</identity>
  67. <copy_method>bcc</copy_method>
  68. </invoice_comment>
  69. <shipment>
  70. <enabled>1</enabled>
  71. <template>sales_email_shipment_template</template>
  72. <guest_template>sales_email_shipment_guest_template</guest_template>
  73. <identity>sales</identity>
  74. <copy_method>bcc</copy_method>
  75. </shipment>
  76. <shipment_comment>
  77. <enabled>1</enabled>
  78. <template>sales_email_shipment_comment_template</template>
  79. <guest_template>sales_email_shipment_comment_guest_template</guest_template>
  80. <identity>sales</identity>
  81. <copy_method>bcc</copy_method>
  82. </shipment_comment>
  83. <creditmemo>
  84. <enabled>1</enabled>
  85. <template>sales_email_creditmemo_template</template>
  86. <guest_template>sales_email_creditmemo_guest_template</guest_template>
  87. <identity>sales</identity>
  88. <copy_method>bcc</copy_method>
  89. </creditmemo>
  90. <creditmemo_comment>
  91. <enabled>1</enabled>
  92. <template>sales_email_creditmemo_comment_template</template>
  93. <guest_template>sales_email_creditmemo_comment_guest_template</guest_template>
  94. <identity>sales</identity>
  95. <copy_method>bcc</copy_method>
  96. </creditmemo_comment>
  97. </sales_email>
  98. <sales_pdf>
  99. <invoice>
  100. <put_order_id>1</put_order_id>
  101. </invoice>
  102. <shipment>
  103. <put_order_id>1</put_order_id>
  104. </shipment>
  105. <creditmemo>
  106. <put_order_id>1</put_order_id>
  107. </creditmemo>
  108. </sales_pdf>
  109. <dashboard>
  110. <use_aggregated_data>0</use_aggregated_data>
  111. </dashboard>
  112. <dev>
  113. <grid>
  114. <async_indexing>0</async_indexing>
  115. </grid>
  116. </dev>
  117. <system>
  118. <media_storage_configuration>
  119. <allowed_resources>
  120. <sales_logo_folder>sales/store/logo</sales_logo_folder>
  121. <sales_logo_html_folder>sales/store/logo_html</sales_logo_html_folder>
  122. </allowed_resources>
  123. </media_storage_configuration>
  124. </system>
  125. <customer>
  126. <create_account>
  127. <email_required_create_order>1</email_required_create_order>
  128. </create_account>
  129. </customer>
  130. </default>
  131. </config>