Skip to content
Snippets Groups Projects
Select Git revision
  • 62c32bf0fcec9de4fa66e7cdc0dcbf287baf55dc
  • dev default protected
  • prod protected
  • 1.0.58
  • 1.0.57
  • 1.0.52
  • 1.0.56
  • 1.0.51
  • 1.0.50
  • 1.0.33
  • 1.0.32
  • 1.0.31
  • 1.0.30
  • 1.0.29
  • 1.0.28
  • 1.0.27
  • 1.0.26
  • 1.0.25
  • 1.0.24
  • 1.0.23
  • 1.0.22
  • 1.0.21
  • 1.0.20
23 results

customer_account.xml

Blame
  • customer_account.xml 743 B
    <?xml version="1.0"?>
    <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
        <body>
            <referenceBlock name="customer_account_navigation">
                <!-- Add conditional menu to the end of the sidebar -->
                <block class="BobGroup\BobGo\Block\TrackOrderLink" name="customer-account-navigation-tracking">
                    <arguments>
                        <argument name="path" xsi:type="string">bobgo/tracking/index</argument>
                        <argument name="label" xsi:type="string">Track my order</argument>
                    </arguments>
                </block>
            </referenceBlock>
        </body>
    </page>