Following is the code to get current Category name and id on product page in Magento. <?php $catname = Mage::getModel('catalog/layer')->getCurrentCategory()->getName();…
For suitable site navigation Breadcrumbs becomes one of the most important part of every page design. Hence their need is…
In order to get product attribute value in Magento one needs to follow the below given code for getting desired…
JavaScript Comments :These are side information added to each code so that they convey the right message about the code…
Forms are the fundamental part of websites which are used as means of communications between the user and the back-admin…
There are circumstances when you need to use join query for fetching the specific results as required which must be…
Magento is one of the platform that with which you can easily manage thousands of product. For getting all the…
Magento can easily manage more than 1000 products in one go with different sort attributes like position, name and price…
When you need to add user programmatically from the Magento back-end then you must check whether the user email is…
For checking the version of the installed composer one must choose the below mentioned command to see the result with…