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.
Validating a form and you want to display an element validation error message on a specific place? Then the errorPlacement function is what you need to use to achieve that. Let's see together how!
In this blog post we will see how you can easily install or upgrade a database schema in Magento 2. Magento 2 provides you some classes with which you can easily do that. Let's check it in details!
A very common thing when you create a CMS page is that you sometimes need to include / call a phtml template file. Let's see how you can easily do that.