skip to Main Content

No matching definition was found for `@family-name:'icons-blank-theme` – Magento

We have upgraded Magento version from 2.3.4 to 2.4.2, while we execute deploy command we are facing below errors : frontend/Magento/louellabelle/en_GB 3349/3580 ==========================>- 93% 12 secs Compilation from source: /var/www/vhosts/lbstaging.com/htdocs/vendor/magento/theme-frontend-blank/web/css/styles-m.less No matching definition was found for `@family-name:'icons-blank-theme', @font-path:"../fonts/Blank-Theme-Icons/Blank-Theme-Icons", @font-weight:normal, @font-style:normal,…

VIEW QUESTION

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

Get customer ID using Mage::getModel('customer/customer') – Magento

I not able to get the customersID am I calling it correctly with Mage::getModel $customer = Mage::getModel('customer/customer') ->setWebsiteId(2) ->load($this->getRequest()->getParam('customer')); $customer_id = $customer->getId(); $sku = 'BOX3151'; $sql = "SELECT sfoi.item_id FROM sales_flat_order_item sfoi INNER JOIN sales_flat_order sfo ON sfo.entity_id = sfoi.order_id…

VIEW QUESTION
Back To Top
Search