system.xml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * This file is part of the Klarna KP module
  5. *
  6. * (c) Klarna Bank AB (publ)
  7. *
  8. * For the full copyright and license information, please view the NOTICE
  9. * and LICENSE files that were distributed with this source code.
  10. */
  11. -->
  12. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  13. xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  14. <system>
  15. <section id="payment">
  16. <group id="klarna_section">
  17. <group id="klarna">
  18. <group id="klarna_kp_required" translate="label" sortOrder="20" showInDefault="1"
  19. showInWebsite="1" showInStore="0">
  20. <label>Klarna Payments</label>
  21. <attribute type="expanded">1</attribute>
  22. <frontend_model>Magento\Config\Block\System\Config\Form\Fieldset</frontend_model>
  23. <field id="onboarding_link" type="note" translate="label" sortOrder="0" showInDefault="1" showInWebsite="1" showInStore="1">
  24. <frontend_model>Klarna\Kp\Block\Adminhtml\System\Config\Form\Field\Onboarding</frontend_model>
  25. </field>
  26. <field id="active" translate="label" type="select" showInDefault="1" showInWebsite="1"
  27. showInStore="1">
  28. <label>Enable this Solution</label>
  29. <config_path>payment/klarna_kp/active</config_path>
  30. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  31. <comment>Note: API credentials and settings are shared with the Klarna Checkout payment method.</comment>
  32. </field>
  33. <field id="allowspecific" translate="label comment" type="select" showInDefault="1"
  34. showInWebsite="1" showInStore="1">
  35. <label>Payment from applicable countries</label>
  36. <config_path>payment/klarna_kp/allowspecific</config_path>
  37. <source_model>Magento\Payment\Model\Config\Source\Allspecificcountries</source_model>
  38. <comment>If set to specific, guest customers will not have a billing country and may not be able to checkout.</comment>
  39. </field>
  40. <field id="specificcountry" translate="label" type="multiselect" showInDefault="1"
  41. showInWebsite="1"
  42. showInStore="1">
  43. <label>Payment from Specific countries</label>
  44. <config_path>payment/klarna_kp/specificcountry</config_path>
  45. <source_model>Magento\Directory\Model\Config\Source\Country</source_model>
  46. <depends>
  47. <field id="allowspecific">1</field>
  48. </depends>
  49. </field>
  50. <field id="data_sharing" translate="label" type="select" showInDefault="1" showInWebsite="1"
  51. showInStore="1">
  52. <label>Data sharing</label>
  53. <config_path>payment/klarna_kp/data_sharing</config_path>
  54. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  55. <comment>Allow customer data to be shared with Klarna before customer places the order. (Enabling this option has an effect in the US only)</comment>
  56. </field>
  57. <field id="sort_order" translate="label" type="text" showInDefault="1" showInWebsite="1"
  58. showInStore="1">
  59. <label>Sort Order</label>
  60. <config_path>payment/klarna_kp/sort_order</config_path>
  61. </field>
  62. </group>
  63. <group id="klarna_kp_design" type="text" sortOrder="101" showInDefault="1" showInWebsite="1"
  64. showInStore="1"
  65. translate="label">
  66. <label>Klarna Payments Design</label>
  67. <field id="color_details" translate="label" type="text" showInDefault="1" showInWebsite="1"
  68. showInStore="1">
  69. <label>Details color</label>
  70. <config_path>checkout/klarna_kp_design/color_details</config_path>
  71. <comment>Example: #0072CC</comment>
  72. </field>
  73. <field id="color_border" translate="label" type="text" showInDefault="1" showInWebsite="1"
  74. showInStore="1">
  75. <label>Border color</label>
  76. <config_path>checkout/klarna_kp_design/color_border</config_path>
  77. <comment>Example: #0072CC</comment>
  78. </field>
  79. <field id="color_border_selected" translate="label" type="text" showInDefault="1"
  80. showInWebsite="1"
  81. showInStore="1">
  82. <label>Selected border color</label>
  83. <config_path>checkout/klarna_kp_design/color_border_selected</config_path>
  84. <comment>Example: #0072CC</comment>
  85. </field>
  86. <field id="color_text" translate="label" type="text" showInDefault="1" showInWebsite="1"
  87. showInStore="1">
  88. <label>Text color</label>
  89. <config_path>checkout/klarna_kp_design/color_text</config_path>
  90. <comment>Example: #0072CC</comment>
  91. </field>
  92. <field id="radius_border" translate="label" type="text" showInDefault="1" showInWebsite="1"
  93. showInStore="1">
  94. <label>Border Radius</label>
  95. <config_path>checkout/klarna_kp_design/color_radius_border</config_path>
  96. <comment>Example: 5px</comment>
  97. </field>
  98. </group>
  99. </group>
  100. </group>
  101. </section>
  102. </system>
  103. </config>