Domanda

Within Content->Design->Configuration->Theme->Footer->Miscellaneous HTML I have added some HTML and it works correctly

However, I use a popup and it also displays at the bottom of the popup window

Through the pop-ups Layout.xml I would like to remove the Miscellaneous HTML using something like

<referenceBlock name="XXXXXXXXXX" remove="true"/>

Can anyone please give me the referenceBlock name for the Miscellaneous HTML?

È stato utile?

Soluzione

This block is called absolute_footer, see magento/module-theme/view/frontend/layout/default.xml where the block is created:

<referenceContainer name="before.body.end">
    <block class="Magento\Theme\Block\Html\Footer" name="absolute_footer" template="Magento_Theme::html/absolute_footer.phtml" />
</referenceContainer>
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top