A blog about Magento 2 and PHP

  • Important Payment Module Changes in the Magento 2.2 Release

    As you may notice from this blog there is a pretty high number of Magento 2 payment related articles. This article isn’t an exception. I’ve collected all changes introduced in the Magento\Payment module as part of the Magento 2.2.0 release. Table of contents: Comparison Method Module Dependencies API Signatures The @api Annotation JavaScript API Deprecated Interfaces Deprecated […]

  • Magento Tech Digest #4 – News, Tutorials and Tools (September 20 – October 9, 2017)

    Hi Magento Developers! I am happy to share Magento Tech Digest #4. In the Digest, you can find Magento 2.2 release updates, tutorials for Magento 1 and 2, and Magento Tools for Magento 2 development. News and Updates New Magento Open Source (Community Edition) 2.2.0 version has been released. Read Magento Open Source 2.2.0 release notes. New Magento Commerce […]

  • Magento Tech Digest #3 – News, Tutorials and Tools (September 4 – 19, 2017)

    Hi Magento Developers! I would like to share with you Magento Tech Digest #3. In this digest you can find new security releases for Magento 1 and Magento 2, interesting articles for Magento 2 development and as always list of TOP Magento 2 GitHub Pull Requests hand-picked by myself as most interesting ones. News and […]

  • Checkout Payment Improvements in the Magento 2.1.9 release

    In my previous blog How to Show Payment Errors on the Checkout Payment Page in Magento 2 post, I communicated the importance of custom payment messages. Customers expect to see clear messages provided by the Magento 2 in case of exceptional situations. Especially when it comes to payments. The Magento\Checkout module is responsible for passing error messages when order […]

  • How to Show Payment Errors on the Checkout Payment Page in Magento 2

    Usually, when a customer hits the Place Order button on the Checkout Payment Page the expectation is that the order would be placed successfully. Sometimes there might be an error returned back from Payment Service Provider in response to payment payload request sent from Magento 2 payment module. The error might provide additional details to a customer e.g. Credit card […]

  • Magento Tech Digest #2 – News, Tutorials and Tools (August 21 – September 3, 2017)

    Hi Magento Developer! In this Digest, you can find interesting and practical tutorials for Magento 2 development. Feel free to share your feedback. Also, make sure to send your topic for Magento Imagine 2018 if you have something to share. Learn Magento 2 News and Releases Imagine 2018 Call for Speakers General Magento 2.2 Deployment […]

  • Magento Tech Digest #1 – News, Tutorials and Tools (August 1-20, 2017)

    Hello everyone! My name is Max Pronko, I am a Magento Expert, Developer and Consultant. I was looking for a place with a high quality content for Magento developers. While searching and reading through different social media platforms and other websites I’ve realized that it will be great to have a single list with technical […]

  • Magento Meetup Kyiv – TheIrishStore.com Deployment Automation

    Every month Magento Kyiv office organizes an event called Dare to Share. Everyone who is interested to share some interesting Magento or hear latest trends in development are welcome. I’ve decided to share our TheIrishStore.com experience. Our deployment took 6 non-stop hours with 75 manual steps each time we would like to have a new […]

  • How to develop solid payment integrations in Magento 2 – MageTitans 2017 Workshop

    Payment Integrations for Magento 2 is challenging to develop. Especially if you have experience with Magento 1 platform and you’ve built payment module. With Magento 2 it is different and only 5% of reviewed payment modules follow best practices. After the successful NomadMage session (see Building Secure Payment Integrations in Magento 2) I’ve received lot’s of […]

  • How to create admin user in Magento 2 via Command Line

    In case you have a problem with creating new admin user via Command Line in Magento 2 this post will help you. I’ve faced with the problem on my development environment when trying to access Magento 2 admin panel. Obviously, with the number of systems and websites, we use on day-to-day basis and number of […]