<?xml version="1.0"?>
<!--
  Injects the "a Forward Order window is open" prompt onto the Portal re-order page.
  Rendered by supergrid.phtml via getChildHtml('reorder.fo.prompt'); self-suppresses
  (renders nothing) unless the dealer is FO-eligible and a window is open.
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceBlock name="portal.order.form">
            <block class="Zhik\ForwardOrder\Block\ReorderPrompt"
                   name="reorder.fo.prompt"
                   as="reorder.fo.prompt"
                   template="Zhik_ForwardOrder::order/reorder-prompt.phtml"
                   cacheable="false"/>
        </referenceBlock>
    </body>
</page>
