Tag: magento 2
Magento 2 - View models
October 19, 2021 · 3 min read
In this article I'll go through view models in Magento 2. We'll cover the basics and talk about how and when to use them and how view models could help us.
Magento 2 - update single model value
December 17, 2020 · 1 min read
Often you'll get in a situation when you have to update only one model field and at the same time you don't have a model object instance. Let's take a look how to achieve this.
Magento 2 - block visibility
December 5, 2020 · 1 min read
I was recently in the situation where I've needed to set a condition check to display some block template according to the system setting set in backend config. Let me show you what I did to accomplish this business requirement.