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.
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.
Usually a payment method is visible in checkout and sometimes also in admin area. Let's see today together the case of being visible only in admin area.
It is well known that you can easily display the recently viewed products by adding a widget from the admin area. The alternative way to the widget is to do that programmatically. Let's have a look on that in this post then.