I’m trying to show the logo in /sales/order/print page from the frontend orders account dashboard like this: sales_order_print.xml <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <update handle=”sales_order_print_renderers” /> <update handle=”sales_order_item_price”/> <update handle=”print” /> <body> <referenceContainer name=”content”> <block class=”MagentoFrameworkViewElementTemplate” name=”invoice.logo” template=”Magento_Theme::invoice-logo.phtml” before=”-” /> </referenceContainer> <move… Read More »Logo not showing up in invoice PDF from frontend