Magento2

  • Import customers with hashed passwords into Magento 2

    ·

    Import customers with hashed passwords into Magento 2

    Whether you are migrating your site from Magento 1, or from another platform, like WordPress, Prestashop, Symfony… you likely have a customer database you are interested in migrating to your new Magento 2 site. Once you have imported customers to Magento 2 with personal data, hashed passwords, addresses, etc.. If you have not taken into account…

    Read More

  • The step-by-step guide to set up PhpStorm for Magento 2

    ·

    The step-by-step guide to set up PhpStorm for Magento 2

    Magento 2 is a complex platform/framework, therefore we need to use all of the tools we have to help us to develop Magento properly. I present you The step-by-step guide to set up PhpStorm for Magento 2 to help the developers to develop properly Magento 2 projects by following 4 easy steps.

    Read More

  • Running Cron Jobs in Magento 2

    ·

    Running Cron Jobs in Magento 2 can be very useful to automate repetitive tasks. A cron is a Linux utility which schedules a command or script on your server to run automatically at a specified time and date.

    Read More