multishipping_checkout_success.xml 1.1 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. <action method="setPageTitle">
  15. <argument translate="true" name="title" xsi:type="string">Thank you for your purchase!</argument>
  16. </action>
  17. </referenceBlock>
  18. <referenceContainer name="content">
  19. <block class="Magento\Multishipping\Block\Checkout\Success" name="checkout_success" template="Magento_Multishipping::checkout/success.phtml" cacheable="false">
  20. <arguments>
  21. <argument name="checkout_data" xsi:type="object">Magento\Multishipping\Block\DataProviders\Success</argument>
  22. </arguments>
  23. </block>
  24. </referenceContainer>
  25. </body>
  26. </page>