How to call the helper method in phtml template file?
By: Vishal Gelani, Aug 29th, 2019 # Magento 2 # How to # Frontend
A Helper is a class that provides functionalities for various features throughout the Magento website. Available for use anywhere on the website, Magento 2 Helper can be called in controllers, views, models and even in other helpers too! Here, I will show you how to call a helper class methods in the template files. There’s …
Continue reading “How to call the helper method in phtml template file?”