Skip to content

magento man

Logo not showing up in invoice PDF from frontend

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

Free Cloudflare CDN

Using Cloudflare’s free CDN service, if the underlying web hosting service has poor uptime and/or is very distant to the end-users accessing… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1907377&goto=newpost

How can i render a block before ‘page-title-wrapper’ div

I want to render a block(phtml file) that contains a logo in <a> tag before the page-title-wrapper div. I wanted to do this in /sales/order/print/ page. What I tried in my sales_order_print.xml file: <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… Read More »How can i render a block before ‘page-title-wrapper’ div