Altering Magento 2 functionalities and inserting your changes is a necessity. So, today, we will go over some basic altering methods – Observer, Plugin, and Preference/Rewrite in your module and in your theme where you can override .phtml, .css, .xml, and .js files.
Read MoreAuthor: Jovan Radenković
How to Create a Magento 2 Admin Grid with a Custom Form
In this article, we will show you how to create a custom Magento 2 Admin Grid. Magento 2 Grid is a visualization of your custom database table. The admin grid can contain various options, e.g., filters, sorting, actions over multiple rows, etc. We will use a custom form to add data to our database table.
Read More