Category Archives: Magento2 Tutorial

These tutorial series helps you to understand the admin section of Magento 2

Create a custom theme in Magento 2

Create a custom theme in Magento 2

Please follow the steps to create a custom theme in Magento 2 Step 1: Create a directory for ThemeCreate a directory in app/desing/frontend/ with vendor name and theme like:app/design/frontend/vendorName/themeName Step 2: Declare theme.xml under the theme directoryCreate a theme.xml file under “app/design/frontend/vendorName/themeName” this file will have theme name, parent theme name and preview of the […]

General Configuration of store in Magento 2

General Configuration of store in Magento 2

When we install magento then we have to add some basic configuration in the admin. In this tutorial we get some knowledge about basic configuration i.e. how to set default country where your business located, how to allow country which you accept order etc. For this basic configuration you can follow the below instructions: * […]