multishipping_checkout_results.xml 1.0 KB

1234567891011121314151617181920212223
  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>Order results</title>
  11. </head>
  12. <body>
  13. <referenceBlock name="page.main.title">
  14. <arguments>
  15. <argument translate="true" name="partly_success_title" xsi:type="string">We could only complete part of your order.</argument>
  16. <argument translate="true" name="failed_title" xsi:type="string">We were unable to complete your order.</argument>
  17. </arguments>
  18. </referenceBlock>
  19. <referenceContainer name="content">
  20. <block class="Magento\Multishipping\Block\Checkout\Results" name="checkout_results" template="Magento_Multishipping::checkout/results.phtml" cacheable="false"/>
  21. </referenceContainer>
  22. </body>
  23. </page>