skip to Main Content

Print invoice in Sales>Orders Magento 2

Error: Call to a member function getStoreId() on null in /Users/mac14/Sites/cleanlinesurf-upgrade/app/code/Fooman/PdfCustomiser/Block/AbstractSalesDocument.php:180 I'm getting this error on print Invoice from Action dropdown in Sales>Orders on admin side. Here is the code: $storeId = $this->getSalesObject()->getStoreId(); if ($storeId === null) { $store =…

VIEW QUESTION

Icon, search bar not showing on magento header

I am working on a magento2 website, suddenly i noticed that cart icon and search bar disappeared and my menu get disorganized and unclickable. I have run the following command but still not working. php bin/magento indexer:reindex php bin/magento setup:static-content:deploy…

VIEW QUESTION
Back To Top
Search