How to retrieve product information in Magento 2

To retrieve product information in Magento 2, utilize service layer. Use the following method: Continue Reading

To retrieve product information in Magento 2, utilize service layer. Use the following method: Continue Reading

Magento 2 Community Edition introduces a plethora of new features compared to 1.x, while Enterprise Edition offers even more advantages, including the Magento 2 split database solution. This significant improvement provides the ability to utilize 3 master databases simultaneously, increasing the performance of your ecommerce website. The Magento 2 split database feature incorporates such sections of the platform as orders, checkout, and product data. Each one can possess its own master database which supports replication, so you can easily scale load from Magento 2 checkouts, browsing, or order management and merchandising activities. Continue Reading

To adjust Apache web server to run Magento 2 in a subdirectory utilize the following .htaccess files: Continue Reading

To get a page url from a *.phtml template in Magento 2, you can call the method: 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: , . Continue Reading

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