admin, Author at Magesan - Page 3 of 6

Author: admin

Sandip

Invalid template file: ‘Vendor_Module::info/default.phtml’

Invalid template file: ‘Vendor_Module::info/default.phtml’  in module: ‘Vendor_Module’ block’s name: ‘info_0’ If you are facing this issue then the issue is with your payment method. You need to check what payment has been set for a particular order or invoice. In my case I was also facing the same error and after scratching my mind for

How to install Magento 2 in local using xampp.

Let’s download xampp from the link : https://www.apachefriends.org/download.html After download. Please Install it by clicking next button and choosing the right path to install. After Installation successfull. You need to open Apache control which look like given below image and need to Enable the services of Apache and MySql by clicking on Start button from

How to create Grid in admin in Magento 2

Magento 2 provides such functionality to add and save data by creating menus and to see data in Grid. I will teach you today with basic to high of creating module and to add the things in grid. First of all we need to create extension : Magesan_AdminGrid registration.php At Path app/code/Magesan/AdminGrid/registration.php module.xml At Path