checkout_onepage_success.xml 1.3 KB

1234567891011121314151617181920212223242526
  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" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  9. <head>
  10. <title>Success Page</title>
  11. </head>
  12. <body>
  13. <referenceBlock name="page.main.title">
  14. <block class="Magento\Checkout\Block\Onepage\Success" name="checkout.success.print.button" template="Magento_Checkout::button.phtml"/>
  15. <action method="setPageTitle">
  16. <argument translate="true" name="title" xsi:type="string">Thank you for your purchase!</argument>
  17. </action>
  18. </referenceBlock>
  19. <referenceContainer name="content">
  20. <block class="Magento\Checkout\Block\Onepage\Success" name="checkout.success" template="Magento_Checkout::success.phtml" cacheable="false">
  21. <container name="order.success.additional.info" label="Order Success Additional Info"/>
  22. </block>
  23. <block class="Magento\Checkout\Block\Registration" name="checkout.registration" template="Magento_Checkout::registration.phtml" cacheable="false"/>
  24. </referenceContainer>
  25. </body>
  26. </page>