How to use helper directly in phtml file
Sometimes we need to use functions of helper class directly in our phtml files and we don’t want to create block class and pass helper in it. So whenever you […]
Sometimes we need to use functions of helper class directly in our phtml files and we don’t want to create block class and pass helper in it. So whenever you […]
In our previous blog we have explained you how to check whether a customer is logged in or not. Now in this blog we are going to explain you how […]
There were many situations, while developing an extension, when we need to check that whether the customer is logged or not. The following code will help you to check: As […]
Sometimes in our extension we need the collection of latest added product. So below is the code through which you get the latest updated videos: Hope this will help you. […]
Enable Developer mode When we have to develop any module for Magento 2, we have to set Magento in developer mode. For enabling developer mode use following steps so that […]
The way in which magento transform their data such as product, categories, customers and so on for improving the performance and speed of store front is known as indexing. As […]
Cache Clean : Cleaning a cache type deletes all items from enabled Magento cache types only. In other words, this option does not affect other processes or applications because it […]
Magento is an open source E-commerce software, created by Varien Inc.,which is useful for online business. It has a flexible modular architecture. It is scalable and it has many control options […]