How to create a language package for Magento 2
Creating a language package in Magento 2 requires the following steps: Continue Reading
Creating a language package in Magento 2 requires the following steps: Continue Reading
To change default font Icon in menu admin for a custom module in Magento 2, you should: Continue Reading
To add Google Fonts in Magento 2, use an ordinary external css. Check this official documentation:
In Magento 2, you should add a constructor with order factory: Continue Reading
In Magento 2, to check if customer is logged in, use the following code: Continue Reading
To create beautiful image upload in configuration of Magento 2, add the following code in system.xml: Continue Reading
To get most viewed products and bestsellers on homepage in Magento 2, create a block in __construct get instance of
\Magento\Sales\Model\ResourceModel\Report\Bestsellers\CollectionFactory $collectionFactory, Continue Reading
In Magento 2, they are situated in the vendor directory, while custom code is still in app/code/. All modules require composer.json, registration.php, as well as etc/modules.xml: Continue Reading
To use the new repo.mangento.com, enhance your auth.json file with the following code: Continue Reading
To set up a form popup-modal in Magento 2, use Magento_Ui/js/modal/modal widget as follows: Continue Reading