magento 2 Archives - Magesan

Tag: magento 2

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 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