How To Reset Admin Password in Magento
January 20, 2017
As an ecommerce website developer or magento website developer, sometime we get the a situation when we forget the magento website admin access detail. To reset the password of any magento website is very simple. We just need to run...
How to show all attribute after layered navigation filter in Magento
April 10, 2015
Magento Layered Navigation is really good for filter the product but problem is that, if we select any attribute like color or price all other attribute hide which are not related to selected attribute. To show all the attribute after...
How to fix layered navigation filer URL in Magento?
April 2, 2015
Magento is really good eCommerce CMS in terms of functionality. Layered Navigation is really good feature of Magento to filter the product in frontend side. Only problem with the layered navigation filter is that it work with query string. for Example www.yourwebsitesite.com/category.html?color=120. Another...
How to add new language in Magento store
October 3, 2012
Are you looking for adding new language in your Magento store. Follow these easy steps and enjoy your multilingual site : Go here: http://www.magentocommerce.com/translations Select the language which you want to add Download the package and upload the files on your...
Get attributes from a static block in phtml : Magento
May 17, 2012
Static block is very useful in magento to make the site functional. When we create the static block it ask for some attributes like title, identifier, statuc and content. We know How to add static block to your phtml file. Now here...
How to check the current page is homepage or not in Magento?
April 21, 2012
In the magento all the pages define by "Identifier". First we will check the current page is a CMS page or not after that we will check the current page identifier is "home" or not. We will check for "home"...
How to check server compatibility for Magento
April 3, 2012
If you are looking to run Magento site in your website. First you should confirm that you have magento compatible web server. You can check the System requirement from here. You can check the server compatibility with following steps Download the Magento Compatibility...
isShippingLabelsAvailable : Magento Issue
March 30, 2012
Magento Version 1.6 has a bug related to isShippingLabelsAvailable() method. When you try to make shipment an order you may be get a error : Fatal error: Call to a member function isShippingLabelsAvailable() on a non-object in app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/Create/Items.php on line 132 This error...
How to change currency symbol in Magento?
March 24, 2012
Some day before, I got a task to change the currency symbol for New Zealand. After some research, i got the solution. Now I am putting the solution here for reference: I had to change the currency symbol of New...
Service Temporarily Unavailable in Magento
February 22, 2012
Some time we face the 503 error in Magento website. Reason behind it is Magento Downloader. If you will check Magento Downloader you will get a option to unable or disable the maintenance mode. You can go to Magento Downloader directly by adding "downloader"...