A blog about Magento 2 and PHP

  • Magento Tech Digest #22: June 27 – July 2, 2018

    The Magento Tech Digest #22 is the biggest collection of the resources dedicated to the development. If you are a Magento beginner and want to start working with Magento 1 or 2 this is a great chance to go through the links and find your next interesting article which will help to gain more knowledge […]

  • Magento Tech Digest #21: June 18 – 27, 2018

    The Magento Tech Digest #21 is the biggest collection of the resources dedicated to the development. If you are a Magento beginner and want to start working with Magento 1 or 2 this is a great chance to go through the links and find your next interesting article which will help to gain more knowledge […]

  • Magento Tech Digest #20: June 11 – 18, 2018

    The Magento Tech Digest #20 is the biggest collection of the resources dedicated to the development. If you are a Magento beginner and want to start working with Magento 1 or 2 this is a great chance to go through the links and find your next interesting article which will help to gain more knowledge […]

  • Customizing a tooltip template to allow HTML content in Magento 2

    I’ve been looking for a way to put HTML content into a tooltip for one of the checkout shipping form fields in Magento 2. The native tooltip.html template does not allow to use a template, and I decided to customize it. My goal is to get additional styling features inside the tooltip, so when a […]

  • Magento Tech Digest #19: June 4 – June 11, 2018

    The Magento Tech Digest #19 is the biggest collection of the resources dedicated to the development.

  • Magento Tech Digest #18: May 28 – June 4, 2018

    The Magento Tech Digest #18 is the biggest collection of the resources dedicated to the development.

  • Magento Tech Digest #17: May 21 – 28, 2018

    The Magento Tech Digest #17 is the biggest collection of the resources dedicated to the development, Adobe’s Acquisition, PWA, performance and more. If you are a Magento beginner and want to start working with Magento 1 or 2 this is a great chance to go through the links and find your next interesting article which […]

  • Magento Tech Digest #16: May 14 – 21, 2018

    The Magento Tech Digest #16 is focused on Magento 1 and Magento 2 for PHP developers. If you are a Magento beginner and want to start working with Magento 1 or 2 this is a great chance to go through the links and find your next interesting article which will help to gain more knowledge […]

  • Magento Tech Digest #15: May 7 – 14, 2018

    The Magento Tech Digest #15 is focused on Magento 1 and Magento 2 for PHP developers. If you are a Magento beginner and want to start working with Magento 1 or 2 this is a great chance to go through the links and find your next interesting article which will help to gain more knowledge […]

  • Action Controller in the Magento 2 Custom Module

    I’ve been building a custom module for Magento 2 and faced with the uncertainty around Action Controllers. The obvious thing, when you create a new controller in a custom module is to have as simple as possible file structure. But it is not a case. Creating an Action Controller During the implementation of an Action […]