Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

423 строки
30 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_Config:etc/system_file.xsd">
  9. <system>
  10. <section id="payment">
  11. <group id="account" translate="label" sortOrder="1" showInDefault="1" showInWebsite="1">
  12. <label>Merchant Location</label>
  13. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  14. <field id="merchant_country" type="select" translate="label comment" sortOrder="5" showInDefault="1" showInWebsite="1">
  15. <label>Merchant Country</label>
  16. <comment>If not specified, Default Country from General Config will be used.</comment>
  17. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Field\Country</frontend_model>
  18. <source_model>Magento\Paypal\Model\System\Config\Source\MerchantCountry</source_model>
  19. <backend_model>Magento\Paypal\Model\System\Config\Backend\MerchantCountry</backend_model>
  20. <config_path>paypal/general/merchant_country</config_path>
  21. </field>
  22. </group>
  23. <group id="recommended_solutions" translate="label" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
  24. <label>Recommended Solutions:</label>
  25. <fieldset_css>paypal-top-section paypal-recommended-header</fieldset_css>
  26. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  27. </group>
  28. <group id="other_paypal_payment_solutions" translate="label" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
  29. <label>Other PayPal Payment Solutions:</label>
  30. <fieldset_css>paypal-top-section paypal-other-header</fieldset_css>
  31. <frontend_model>Magento\Config\Block\System\Config\Form\Fieldset</frontend_model>
  32. </group>
  33. <group id="other_payment_methods" translate="label" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
  34. <label>Other Payment Methods:</label>
  35. <attribute type="expanded">1</attribute>
  36. <fieldset_css>paypal-top-section payments-other-header</fieldset_css>
  37. <frontend_model>Magento\Config\Block\System\Config\Form\Fieldset</frontend_model>
  38. </group>
  39. </section>
  40. <section id="payment_all_paypal" showInDefault="0" showInWebsite="0" showInStore="0">
  41. <include path="Magento_Paypal::system/paypal_payflowpro.xml"/>
  42. <include path="Magento_Paypal::system/payflow_link.xml"/>
  43. <include path="Magento_Paypal::system/express_checkout.xml"/>
  44. <include path="Magento_Paypal::system/payments_pro_hosted_solution.xml"/>
  45. <group id="payments_pro_hosted_solution_without_bml" extends="payments_pro_hosted_solution">
  46. <group id="pphs_required_settings">
  47. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  48. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  49. <group id="pphs_advertise_bml" showInDefault="0" showInWebsite="0"/>
  50. </group>
  51. </group>
  52. <group id="payments_pro_hosted_solution_without_bml_and_paylater" extends="payments_pro_hosted_solution_without_bml">
  53. <group id="pphs_required_settings">
  54. <field id="enable_paypal_paylater_experience" showInDefault="1" showInWebsite="1"/>
  55. <group id="pphs_advertise_paylater" showInDefault="1" showInWebsite="1"/>
  56. </group>
  57. </group>
  58. <include path="Magento_Paypal::system/payments_pro_hosted_solution_with_express_checkout.xml"/>
  59. </section>
  60. <section id="payment_us" extends="payment" showInDefault="0" showInWebsite="0" showInStore="0">
  61. <group id="paypal_alternative_payment_methods" sortOrder="5" showInDefault="0" showInWebsite="0" showInStore="0">
  62. <group id="express_checkout_us" translate="label comment" extends="payment_all_paypal/express_checkout" showInDefault="1" showInWebsite="1" showInStore="1">
  63. <label>PayPal Express Checkout</label>
  64. <fieldset_css>complex paypal-express-section</fieldset_css>
  65. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Payment</frontend_model>
  66. <comment>Add another payment method to your existing solution or as a stand-alone option.</comment>
  67. <help_url>https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content</help_url>
  68. <attribute type="shared">0</attribute>
  69. <attribute type="activity_path">payment/paypal_express/active</attribute>
  70. <attribute type="activity_path">payment/payflow_express/active</attribute>
  71. <attribute type="displayIn">recommended_solutions</attribute>
  72. </group>
  73. </group>
  74. <group id="paypal_group_all_in_one" translate="label comment" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1">
  75. <label><![CDATA[PayPal All-in-One Payment Solutions&nbsp;<i>Accept and process credit cards and PayPal payments.</i>]]></label>
  76. <fieldset_css>complex paypal-other-section paypal-all-in-one-section</fieldset_css>
  77. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  78. <comment>Choose a secure bundled payment solution for your business.</comment>
  79. <attribute type="displayIn">other_paypal_payment_solutions</attribute>
  80. <include path="Magento_Paypal::system/payflow_advanced.xml"/>
  81. <group id="wpp_usuk" translate="label" sortOrder="40" extends="payment_us/paypal_payment_gateways/paypal_payflowpro_with_express_checkout">
  82. <label>Payments Pro</label>
  83. <attribute type="activity_path">payment/paypal_payment_pro/active</attribute>
  84. <group id="configuration_details">
  85. <comment>https://docs.magento.com/user-guide/payment/paypal-payments-pro.html</comment>
  86. </group>
  87. <group id="paypal_payflow_required" showInDefault="1" showInWebsite="1" sortOrder="10">
  88. <field id="enable_paypal_payflow">
  89. <attribute type="shared">0</attribute>
  90. <config_path>payment/paypal_payment_pro/active</config_path>
  91. </field>
  92. <group id="paypal_payflow_api_settings" translate="label">
  93. <label>Payments Pro and Express Checkout</label>
  94. </group>
  95. </group>
  96. <group id="settings_paypal_payflow" translate="label">
  97. <label>Basic Settings - PayPal Payments Pro</label>
  98. </group>
  99. </group>
  100. <group id="wps_express" translate="label comment" extends="payment_all_paypal/express_checkout">
  101. <label>Payments Standard</label>
  102. <comment>Accept credit card and PayPal payments securely.</comment>
  103. <attribute type="activity_path">payment/wps_express/active</attribute>
  104. <group id="configuration_details">
  105. <comment>https://docs.magento.com/user-guide/payment/paypal-payments-standard.html</comment>
  106. </group>
  107. <group id="express_checkout_required">
  108. <group id="express_checkout_required_express_checkout">
  109. <label>Payments Standard</label>
  110. </group>
  111. <field id="enable_in_context_checkout" showInDefault="0" showInWebsite="0"/>
  112. <field id="merchant_id" showInDefault="0" showInWebsite="0"/>
  113. <field id="enable_express_checkout">
  114. <config_path>payment/wps_express/active</config_path>
  115. </field>
  116. <field id="enable_express_checkout_bml" showInDefault="1" showInWebsite="1">
  117. <config_path>payment/wps_express_bml/active</config_path>
  118. </field>
  119. <field id="express_checkout_bml_sort_order" showInDefault="1" showInWebsite="1"/>
  120. </group>
  121. <group id="settings_ec" translate="label">
  122. <label>Basic Settings - PayPal Website Payments Standard</label>
  123. <group id="settings_ec_advanced">
  124. <group id="express_checkout_frontend">
  125. <field id="checkout_display" showInDefault="0" showInWebsite="0" showInStore="0"/>
  126. <group id="checkout_page_button" showInDefault="0" showInWebsite="0" showInStore="0"/>
  127. <group id="product_page_button" showInDefault="0" showInWebsite="0" showInStore="0"/>
  128. <group id="cart_page_button" showInDefault="0" showInWebsite="0" showInStore="0"/>
  129. <group id="mini_cart_page_button" showInDefault="0" showInWebsite="0" showInStore="0"/>
  130. <group id="features" showInDefault="0" showInWebsite="0" showInStore="0"/>
  131. </group>
  132. </group>
  133. </group>
  134. </group>
  135. </group>
  136. <group id="paypal_payment_gateways" translate="label" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="1">
  137. <label><![CDATA[PayPal Payment Gateways&nbsp;<i>Process payments using your own internet merchant account.</i>]]></label>
  138. <fieldset_css>complex paypal-other-section paypal-gateways-section</fieldset_css>
  139. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  140. <attribute type="displayIn">other_paypal_payment_solutions</attribute>
  141. <include path="Magento_Paypal::system/paypal_payflowpro_with_express_checkout.xml"/>
  142. <group id="payflow_link_us" extends="payment_all_paypal/payflow_link"/>
  143. </group>
  144. </section>
  145. <section id="payment_gb" extends="payment" showInDefault="0" showInWebsite="0" showInStore="0">
  146. <group id="paypal_alternative_payment_methods" sortOrder="5" showInDefault="0" showInWebsite="0" showInStore="0">
  147. <group id="express_checkout_gb" translate="label comment" extends="payment_all_paypal/express_checkout" showInDefault="1" showInWebsite="1" showInStore="1">
  148. <label>PayPal Express Checkout</label>
  149. <fieldset_css>complex paypal-express-section</fieldset_css>
  150. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Payment</frontend_model>
  151. <comment>Add another payment method to your existing solution or as a stand-alone option.</comment>
  152. <help_url>https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content</help_url>
  153. <attribute type="displayIn">recommended_solutions</attribute>
  154. <group id="express_checkout_required">
  155. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  156. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  157. <group id="advertise_bml" showInDefault="0" showInWebsite="0"/>
  158. <group id="advertise_paylater" showInDefault="1" showInWebsite="1">
  159. <field id="paylater_enabled" showInDefault="1" showInWebsite="1"/>
  160. </group>
  161. </group>
  162. </group>
  163. </group>
  164. <group id="paypal_group_all_in_one" translate="label comment" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1">
  165. <label><![CDATA[PayPal All-in-One Payment Solutions&nbsp;&nbsp;<i>Accept and process credit cards and PayPal payments.</i>]]></label>
  166. <fieldset_css>complex paypal-other-section paypal-all-in-one-section</fieldset_css>
  167. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  168. <comment>Choose a secure bundled payment solution for your business.</comment>
  169. <help_url>https://www.paypal-marketing.com/emarketing/partner/na/merchantlineup/home.page#mainTab=checkoutlineup&amp;subTab=newlineup</help_url>
  170. <attribute type="displayIn">other_paypal_payment_solutions</attribute>
  171. <group id="wpp_usuk" translate="comment" sortOrder="20">
  172. <fieldset_css>pp-general-uk</fieldset_css>
  173. <demo_link>http://www.youtube.com/watch?v=LBe-TW87eGI&amp;list=PLF18B1094ABCD7CE8&amp;index=1&amp;feature=plpp_video</demo_link>
  174. <comment>Accept payments with a completely customizable checkout page.</comment>
  175. <group id="wpp_required_settings">
  176. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  177. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  178. <group id="wpp_advertise_bml" showInDefault="0" showInWebsite="0"/>
  179. </group>
  180. </group>
  181. <include path="Magento_Paypal::system/payments_pro_hosted_solution_with_express_checkout.xml"/>
  182. <group id="wps_express" translate="label comment" extends="payment_all_paypal/express_checkout" sortOrder="50">
  183. <label>Website Payments Standard</label>
  184. <comment>Accept credit card and PayPal payments securely.</comment>
  185. <attribute type="activity_path">payment/wps_express/active</attribute>
  186. <group id="configuration_details">
  187. <comment>https://docs.magento.com/user-guide/payment/paypal-payments-standard.html</comment>
  188. </group>
  189. <group id="express_checkout_required">
  190. <group id="express_checkout_required_express_checkout" translate="label">
  191. <label>Website Payments Standard</label>
  192. </group>
  193. <field id="enable_in_context_checkout" showInDefault="0" showInWebsite="0"/>
  194. <field id="merchant_id" showInDefault="0" showInWebsite="0"/>
  195. <field id="enable_express_checkout">
  196. <config_path>payment/wps_express/active</config_path>
  197. </field>
  198. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  199. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  200. <field id="enable_paypal_paylater_experience" showInDefault="1" showInWebsite="1"/>
  201. <group id="advertise_bml" showInDefault="0" showInWebsite="0"/>
  202. <group id="advertise_paylater" showInDefault="1" showInWebsite="1"/>
  203. </group>
  204. <group id="settings_ec" translate="label">
  205. <label>Basic Settings - PayPal Website Payments Standard</label>
  206. </group>
  207. </group>
  208. </group>
  209. </section>
  210. <section id="payment_de" extends="payment" showInDefault="0" showInWebsite="0" showInStore="0">
  211. <group id="paypal_payment_solutions" sortOrder="5" showInDefault="0" showInWebsite="0" showInStore="0">
  212. <group id="express_checkout_de" translate="label comment" extends="payment_all_paypal/express_checkout" showInDefault="1" showInWebsite="1" showInStore="1">
  213. <label>PayPal Express Checkout</label>
  214. <fieldset_css>complex paypal-express-section</fieldset_css>
  215. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Payment</frontend_model>
  216. <comment>Add another payment method to your existing solution or as a stand-alone option.</comment>
  217. <help_url>https://www.paypal-marketing.com/emarketing/partner/na/merchantlineup/home.page#mainTab=checkoutlineup&amp;subTab=newlineup</help_url>
  218. <attribute type="displayIn">recommended_solutions</attribute>
  219. <group id="express_checkout_required">
  220. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  221. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  222. <group id="advertise_bml" showInDefault="0" showInWebsite="0"/>
  223. </group>
  224. <group id="settings_ec">
  225. <group id="settings_ec_advanced">
  226. <field id="solution_type" showInDefault="0" showInWebsite="0"/>
  227. </group>
  228. </group>
  229. </group>
  230. </group>
  231. </section>
  232. <section id="payment_other" extends="payment" showInDefault="0" showInWebsite="0" showInStore="0">
  233. <group id="express_checkout_other" translate="label comment" sortOrder="5" extends="payment_all_paypal/express_checkout" showInDefault="1" showInWebsite="1" showInStore="1">
  234. <label>PayPal Express Checkout</label>
  235. <fieldset_css>complex paypal-express-section</fieldset_css>
  236. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Payment</frontend_model>
  237. <comment>Add another payment method to your existing solution or as a stand-alone option.</comment>
  238. <help_url>https://www.paypal-marketing.com/emarketing/partner/na/merchantlineup/home.page#mainTab=checkoutlineup&amp;subTab=newlineup</help_url>
  239. <attribute type="displayIn">recommended_solutions</attribute>
  240. <group id="express_checkout_required">
  241. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  242. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  243. <field id="enable_paypal_paylater_experience" showInDefault="1" showInWebsite="1"/>
  244. <group id="advertise_bml" showInDefault="0" showInWebsite="0"/>
  245. <group id="advertise_paylater" showInDefault="1" showInWebsite="1"/>
  246. </group>
  247. </group>
  248. <group id="paypal_group_all_in_one" translate="label comment" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1">
  249. <label><![CDATA[PayPal All-in-One Payment Solutions&nbsp;&nbsp;<i>Accept and process credit cards and PayPal payments.</i>]]></label>
  250. <fieldset_css>complex paypal-other-section paypal-all-in-one-section</fieldset_css>
  251. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  252. <comment>Choose a secure bundled payment solution for your business.</comment>
  253. <help_url>https://www.paypal-marketing.com/emarketing/partner/na/merchantlineup/home.page#mainTab=checkoutlineup&amp;subTab=newlineup</help_url>
  254. <attribute type="displayIn">other_paypal_payment_solutions</attribute>
  255. <group id="wps_other" translate="label comment" extends="payment_all_paypal/express_checkout" showInDefault="1" showInWebsite="1" showInStore="1">
  256. <label>Website Payments Standard</label>
  257. <fieldset_css>complex</fieldset_css>
  258. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Payment</frontend_model>
  259. <comment>Accept credit card and PayPal payments securely.</comment>
  260. <attribute type="activity_path">payment/wps_express/active</attribute>
  261. <group id="configuration_details">
  262. <comment>https://docs.magento.com/user-guide/payment/paypal-payments-standard.html</comment>
  263. </group>
  264. <group id="express_checkout_required">
  265. <group id="express_checkout_required_express_checkout" translate="label">
  266. <label>Website Payments Standard</label>
  267. </group>
  268. <field id="enable_in_context_checkout" showInDefault="0" showInWebsite="0"/>
  269. <field id="merchant_id" showInDefault="0" showInWebsite="0"/>
  270. <field id="enable_express_checkout">
  271. <config_path>payment/wps_express/active</config_path>
  272. </field>
  273. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  274. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  275. <field id="enable_paypal_paylater_experience" showInDefault="1" showInWebsite="1"/>
  276. <group id="advertise_bml" showInDefault="0" showInWebsite="0"/>
  277. <group id="advertise_paylater" showInDefault="1" showInWebsite="1"/>
  278. </group>
  279. <group id="settings_ec">
  280. <label>Basic Settings - PayPal Website Payments Standard</label>
  281. </group>
  282. </group>
  283. </group>
  284. <group id="paypal_payment_gateways" translate="label comment" sortOrder="8" showInDefault="0" showInWebsite="0" showInStore="0">
  285. <label><![CDATA[PayPal Payment Gateways&nbsp;<i>Process payments using your own internet merchant account.</i>]]></label>
  286. <fieldset_css>complex paypal-other-section paypal-gateways-section</fieldset_css>
  287. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  288. <comment>Process payments using your own internet merchant account.</comment>
  289. <help_url>https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content</help_url>
  290. <attribute type="displayIn">other_paypal_payment_solutions</attribute>
  291. </group>
  292. </section>
  293. <section id="payment_ca" extends="payment_other">
  294. <group id="express_checkout_other">
  295. <attribute type="activity_path">payment/paypal_express/active</attribute>
  296. <attribute type="activity_path">payment/payflow_express/active</attribute>
  297. </group>
  298. <group id="paypal_group_all_in_one">
  299. <group id="wps_other" sortOrder="20"/>
  300. </group>
  301. <group id="paypal_payment_gateways" translate="label" showInDefault="1" showInWebsite="1" showInStore="1">
  302. <fieldset_css>complex paypal-other-section paypal-gateways-section</fieldset_css>
  303. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  304. <label><![CDATA[PayPal Payment Gateways&nbsp;<i>Process payments using your own internet merchant account.</i>]]></label>
  305. <group id="wpp_ca" translate="label" extends="payment_all_paypal/paypal_payflowpro" sortOrder="30">
  306. <label>Website Payments Pro</label>
  307. <attribute type="activity_path">payment/paypal_payment_pro/active</attribute>
  308. <group id="configuration_details">
  309. <comment>https://docs.magento.com/user-guide/payment/paypal-payments-pro.html</comment>
  310. </group>
  311. <group id="paypal_payflow_required" translate="label" showInDefault="1" showInWebsite="1" sortOrder="10">
  312. <group id="paypal_payflow_api_settings">
  313. <label>Payments Pro</label>
  314. </group>
  315. <field id="enable_in_context_checkout" showInDefault="0" showInWebsite="0"/>
  316. <field id="merchant_id" showInDefault="0" showInWebsite="0"/>
  317. <field id="enable_paypal_payflow">
  318. <frontend_class>paypal-enabler paypal-ec-pe</frontend_class>
  319. <attribute type="shared">0</attribute>
  320. <config_path>payment/paypal_payment_pro/active</config_path>
  321. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Field\Enable\Payment</frontend_model>
  322. </field>
  323. <field id="enable_paypal_paylater_experience" showInDefault="1" showInWebsite="1"/>
  324. <group id="paypal_payflow_advertise_paylater" showInDefault="1" showInWebsite="1"/>
  325. </group>
  326. <group id="settings_paypal_payflow">
  327. <label>Basic Settings - PayPal Payments Pro</label>
  328. </group>
  329. </group>
  330. <group id="paypal_payflowpro_ca" extends="payment_all_paypal/paypal_payflowpro" sortOrder="40">
  331. <group id="paypal_payflow_required">
  332. <field id="enable_paypal_paylater_experience" showInDefault="1" showInWebsite="1"/>
  333. <group id="paypal_payflow_advertise_paylater" showInDefault="1" showInWebsite="1"/>
  334. </group>
  335. </group>
  336. <group id="payflow_link_ca" extends="payment_all_paypal/payflow_link" sortOrder="50">
  337. <group id="payflow_link_required">
  338. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  339. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  340. <field id="enable_paypal_paylater_experience" showInDefault="1" showInWebsite="1"/>
  341. <group id="payflow_link_advertise_bml" showInDefault="0" showInWebsite="0"/>
  342. <group id="payflow_link_advertise_paylater" showInDefault="1" showInWebsite="1"/>
  343. </group>
  344. </group>
  345. </group>
  346. </section>
  347. <section id="payment_au" extends="payment_other">
  348. <group id="express_checkout_other">
  349. <group id="express_checkout_required">
  350. <field id="enable_paypal_paylater_experience" showInDefault="1" showInWebsite="1"/>
  351. <group id="advertise_paylater" showInDefault="1" showInWebsite="1"/>
  352. </group>
  353. </group>
  354. <group id="paypal_group_all_in_one">
  355. <group id="wps_other" sortOrder="12"/>
  356. <group id="payments_pro_hosted_solution_au" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml_and_paylater" sortOrder="10"/>
  357. </group>
  358. <group id="paypal_payment_gateways" showInDefault="1" showInWebsite="1" showInStore="1">
  359. <group id="paypal_payflowpro_au" extends="payment_all_paypal/paypal_payflowpro" sortOrder="20"/>
  360. </group>
  361. </section>
  362. <section id="payment_jp" extends="payment_other">
  363. <group id="express_checkout_other"/>
  364. <group id="paypal_group_all_in_one">
  365. <group id="wps_other" sortOrder="12"/>
  366. <group id="payments_pro_hosted_solution_jp" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml_and_paylater" sortOrder="10">
  367. <label>Website Payments Plus</label>
  368. </group>
  369. </group>
  370. </section>
  371. <section id="payment_fr" extends="payment_other">
  372. <group id="express_checkout_other">
  373. <group id="express_checkout_required">
  374. <field id="enable_paypal_paylater_experience" showInDefault="1" showInWebsite="1"/>
  375. <group id="advertise_paylater" showInDefault="1" showInWebsite="1">
  376. <field id="paylater_enabled" showInDefault="1" showInWebsite="1"/>
  377. </group>
  378. </group>
  379. </group>
  380. <group id="paypal_group_all_in_one">
  381. <group id="wps_other" sortOrder="12"/>
  382. <group id="payments_pro_hosted_solution_fr" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml_and_paylater" sortOrder="10">
  383. <label>Integral Evolution</label>
  384. </group>
  385. </group>
  386. </section>
  387. <section id="payment_it" extends="payment_other">
  388. <group id="express_checkout_other"/>
  389. <group id="paypal_group_all_in_one">
  390. <group id="wps_other" sortOrder="12"/>
  391. <group id="payments_pro_hosted_solution_it" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml_and_paylater" sortOrder="10">
  392. <label>Pro</label>
  393. </group>
  394. </group>
  395. </section>
  396. <section id="payment_es" extends="payment_other">
  397. <group id="express_checkout_other"/>
  398. <group id="paypal_group_all_in_one">
  399. <group id="wps_other" sortOrder="12"/>
  400. <group id="payments_pro_hosted_solution_es" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml_and_paylater" sortOrder="10">
  401. <label>Pasarela integral</label>
  402. </group>
  403. </group>
  404. </section>
  405. <section id="payment_hk" extends="payment_other">
  406. <group id="express_checkout_other"/>
  407. <group id="paypal_group_all_in_one">
  408. <group id="wps_other" sortOrder="12"/>
  409. <group id="payments_pro_hosted_solution_hk" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml_and_paylater" sortOrder="10"/>
  410. </group>
  411. </section>
  412. <section id="payment_nz" extends="payment_other">
  413. <group id="express_checkout_other"/>
  414. <group id="paypal_group_all_in_one">
  415. <group id="wps_other"/>
  416. </group>
  417. <group id="paypal_payment_gateways" showInDefault="1" showInWebsite="1" showInStore="1">
  418. <group id="paypal_payflowpro_nz" extends="payment_all_paypal/paypal_payflowpro"/>
  419. </group>
  420. </section>
  421. </system>
  422. </config>