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.
Let's assume that you have created a new product type in Magento. But you also want to use this new product type as a child of a composite product. Unfortunately when adding a child product to a composite product, this type is not available. Let's see together how you can make it available.
As we have seen from our experience, another common task for a developer is to perform a quote backend validation before an order is placed. Magento have several quote backend validations by default. Let's see how we can add our own.
On previously posts we had the chance to see how we can create a block or a CMS page programmatically using a data patch. Let's see together now how you can set store configuration via a data patch!
Additionally to our latest post, we decided to create an example extension of a payment method visible only in admin area. Let's have a quick look together.