How to Get Current module name, controller name, route name and action name in Magento?

How to Get Current module name, controller name, route name and action name in Magento?

7 years ago

Magento Get current module name, controller name, route name and current action name To find these important values you need…

How to Get media url, js url, store url and home url in Magento?

7 years ago

To Get Media Url Syntax:- $mediaUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA); OR $mediaUrl = Mage::getBaseUrl('media'); To Get Js Url Syntax:- $jsUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS);…

How to get skin and Base url in Magento?

7 years ago

Skin and Base url in Magento With Skin and Base URL you can get the right folder information and make…

How To Get Simple Products From Configurable Products?

7 years ago

Magento get simple product from configurable :- To begin with configurable products are collection of simple products only. It is…

How to Get all Customer Data in Magento.?

7 years ago

There is default functionality to get all Customer data information from the databased with fist name, last name, email, status,…

How to Get Current Date Time in Magento?

7 years ago

If you are looking to get the current date and time with specific format being used currently from the database…

How to get Current Customer Group id in Magento.?

7 years ago

With the following code one can easily get the specific Current customer group id with logged in or session information.…

How to get Sub-categories of Any Category in Magento?

7 years ago

Get Sub Categories of Categories in Magento: You can get the desired result for displaying all the sub-categories of a…

How to Display Magento Categories on Home Page or any Custom page?

7 years ago

Magento Show Categories on Homepage There are different ways to get Magento Categories on homepage or any custom page. Here…

How two Join Two Custom Tables in Magento?

7 years ago

Magento join two tables:  To join two custom table in the database you need to add specific query with table…