Unit Test Implementation in custom module in Magento 2
I have written this blog post to help those who are new at writing unit tests and how to write basic unit tests for your Magento 2 custom modules. Magento 2 comes with a...
Collection of Thoughts
I have written this blog post to help those who are new at writing unit tests and how to write basic unit tests for your Magento 2 custom modules. Magento 2 comes with a...
Related products is one of the greatest up-sell features in Magento. However, the bad thing is that you need to assign related products for each product manually. It could be very time-consuming operation if...
Here is a quick code to check if a Magento module is installed, enabled or active. The functions isModuleEnabled and isModuleOutputEnabled are present in Mage_Core_Helper_Abstract class. You can also check if the output of...