Hervé Guétin

Hervé Guétin rss

Magento Expert and executive technical leader for open-minded e-commerce players

github twitter linkedin
About #magento 1.x #magento 2.x #dev-ops
Menu Hervé Guétin

Big time saver: test a Magento model / method from shell

17 February, 2017 in #magento 1.x

Not able to use Xdebug right now? Wanna dump some code without having to interact with the frontend? Wanna do a quick fix? Just read on! »

Magento's XML config best kept secrets

26 January, 2017 in #magento 1.x

Any Magento developer has to deal with those config.xml files. And they actually hide some nice features that make cleaner, more powerful and more readable »

Formatting date / times and displaying them nicely with moment.js

18 January, 2017 in #magento 2.x

One of the many great features of Magento is that it is able to manage several locales. This means it can deliver localized content and adapt »

Create CMS blocks and pages programmatically

15 September, 2016 in #magento 2.x

Service Contracts are here again for this task. Creating CMS blocks and pages is a breathe... with a point of attention about stores relation that is »

Create product attributes, groups and sets using Service Contracts

05 September, 2016 in #magento 2.x

Magento 2 introduced Service Contracts. Those are a great way to use the Magento API without really worrying how things are implemented. Here is how to »

Dynamically adding fields to admin product edit page

01 July, 2016 in #magento 2.x

With the 2.1 version, Magento migrated the admin product edit page from a mostly PHP-based version to a UI component one. And adding some fieldsets, »

Fighting the "Attention Something went wrong" box

27 April, 2016 in #magento 2.x

Magento 2 introduced the concept of UI elements which are extensively used in the admin. The grids are ones of those and have a great new »

Add a column after another one in database

26 April, 2016 in #magento 2.x

A snippet to add a column after another one in your table in a Magento 2 database »

Agile Flow : GIT version control for agile teams

24 April, 2016 in #dev-ops

Agile Flow... why and what? For some time now, my team and I have been using the Git-Flow version-control workflow. But as we go more and »

Manage admin fields display with the "Form element dependencies mapper"

24 April, 2016 in #magento 1.x

It is sometimes required to show or hide some fields in admin forms based on the state of other fields. One may wish, for instance, to »

Older →