25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
997 B

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  10. <body>
  11. <referenceBlock name="customer_account_navigation">
  12. <block class="Magento\Customer\Block\Account\SortLinkInterface"
  13. name="customer-account-navigation-billing-agreements-link"
  14. ifconfig="payment/paypal_express/active"
  15. >
  16. <arguments>
  17. <argument name="path" xsi:type="string">paypal/billing_agreement</argument>
  18. <argument name="label" xsi:type="string" translate="true">Billing Agreements</argument>
  19. <argument name="sortOrder" xsi:type="number">140</argument>
  20. </arguments>
  21. </block>
  22. </referenceBlock>
  23. </body>
  24. </page>