Magento Get current module name, controller name, route name and current action name To find these important values you need…
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);…
Skin and Base url in Magento With Skin and Base URL you can get the right folder information and make…
Magento get simple product from configurable :- To begin with configurable products are collection of simple products only. It is…
There is default functionality to get all Customer data information from the databased with fist name, last name, email, status,…
If you are looking to get the current date and time with specific format being used currently from the database…
With the following code one can easily get the specific Current customer group id with logged in or session information.…
Get Sub Categories of Categories in Magento: You can get the desired result for displaying all the sub-categories of a…
Magento Show Categories on Homepage There are different ways to get Magento Categories on homepage or any custom page. Here…
Magento join two tables: To join two custom table in the database you need to add specific query with table…