Magento2 success/error message not showing
I have created a custom module and added pagination in the view file after adding a message from the controller it’s not showing: Controller file <?php namespace GeekayDigitalVendorsControllerIndex; use MagentoFrameworkControllerResultFactory; use MagentoFrameworkMessageManagerInterface; class Generate extends MagentoFrameworkAppActionAction { protected $_customerSession; protected… Read More »Magento2 success/error message not showing