magento tips

  1. Magento 2: Add Product Name Column in Sales order Grid

    Magento 2: Add Product Name Column in Sales order Grid

    Sometimes we need to show "Product Name" in Sales order Grid in admin panel with the order. Magento does not provide to display/show "Product Name" in Sales order Grid page. Today I am going...

    Read more »
  2. Data Migration steps from Magento1 to Magento2

    Data Migration steps from Magento1 to Magento2

    Magento 2 is based on a better code that makes Magento 2 easier and flexible to use. Besides, It also supports efficient APIs, theming capabilities, and turnkey extensions. As you are probably...

    Read more »
  3. Which steps need to follow For Standard Extension Development for Magento 2

    Which steps need to follow For Standard Extension Development for Magento 2

    For a Magento 2 extension, you should be following the Magento EQP (Extension Quality Program) code standards. Magento provides a tool to validate the PSR-2 code standards and most of Magento's...

    Read more »
  4. Upgrade Magento2 via command line

    Upgrade Magento2 via command line

    In this blog, today I’m going to explain that how you can you can upgrade or update your current Magento version to latest version or specific higher version using composer and...

    Read more »
  5. New table column not updating in Magento

    New table column not updating in Magento

    So you've included a custom section for a table, e.g. admin_user or through your custom extension's model table. The main issue is your values are not being put away by your fundamental...

    Read more »
  6. Magento: How to redirect Magento to open through www

    Magento: How to redirect Magento to open through www

    To do this in Magento, you should edit the .htaccess file which is in the magento root folder. For SEO and usability purposes you may want to redirect your visitors to open your site only...

    Read more »