The store will not work correctly when cookies are disabled.
We use cookies to make your experience better.To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
Multi-Source Inventory (MSI) is introduced to Magento 2 allowing merchants to handle multiple inventory sources. A common programmatically task is to update product stock for all sources or just for a specific one. Let's see together how you can do that!
It is well know that Magento give us the possibility to perform customizations for a particular product type or even for a concrete product page by Product Entity ID or SKU. Additionally we will see in this post how we define a custom layout for a custom product type.
Are you looking for a better way to manage easily your orders and customers in admin? Does Magento default orders and customers grid not help you to have a clear overview?
We all have seen several notices or system messages that are shown from time to time in Magento admin. In this post we will see together how easily you can add a fixed custom notice in Magento admin.
On a previous post we had the chance to see how we can create custom Magento CLI command. There are several ways to set a name to a CLI command. In that post we will go through these ways.