You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

61 lines
2.3 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. <checkout>
  11. <options>
  12. <enable_guest_checkout_login>0</enable_guest_checkout_login>
  13. <onepage_checkout_enabled>1</onepage_checkout_enabled>
  14. <guest_checkout>1</guest_checkout>
  15. <display_billing_address_on>0</display_billing_address_on>
  16. <max_items_display_count>10</max_items_display_count>
  17. </options>
  18. <cart>
  19. <delete_quote_after>30</delete_quote_after>
  20. <redirect_to_cart>0</redirect_to_cart>
  21. <number_items_to_display_pager>20</number_items_to_display_pager>
  22. <crosssell_enabled>1</crosssell_enabled>
  23. <enable_clear_shopping_cart>0</enable_clear_shopping_cart>
  24. </cart>
  25. <cart_link>
  26. <use_qty>1</use_qty>
  27. </cart_link>
  28. <sidebar>
  29. <display>1</display>
  30. <count>5</count>
  31. <max_items_display_count>10</max_items_display_count>
  32. </sidebar>
  33. <payment_failed>
  34. <identity>general</identity>
  35. <receiver>general</receiver>
  36. <template>checkout_payment_failed_template</template>
  37. </payment_failed>
  38. </checkout>
  39. <captcha>
  40. <frontend>
  41. <areas>
  42. <sales_rule_coupon_request>
  43. <label>Applying coupon code</label>
  44. </sales_rule_coupon_request>
  45. <payment_processing_request>
  46. <label>Checkout/Placing Order</label>
  47. </payment_processing_request>
  48. </areas>
  49. </frontend>
  50. </captcha>
  51. <customer>
  52. <captcha>
  53. <shown_to_logged_in_user>
  54. <sales_rule_coupon_request>1</sales_rule_coupon_request>
  55. <payment_processing_request>1</payment_processing_request>
  56. </shown_to_logged_in_user>
  57. </captcha>
  58. </customer>
  59. </default>
  60. </config>