module

  1. Unit Test Implementation in custom module in Magento 2

    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 great set of unit...

    Read more »
  2. Magento: Automatic Related Products from the same category on Product Details Page

    Magento: Automatic Related Products from the same category on Product Details Page

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

    Read more »
  3. Magento: Add Wysiwyg options in custom module editor

    Magento: Add Wysiwyg options in custom module editor

    [php]
    $wysiwygConfig = Mage::getSingleton('cms/wysiwyg_config')->getConfig(array('add_variables' => true, 'add_widgets' => true, 'files_browser_window_url' =>...

    Read more »