How to Make Editable Grid in Magento
A grid in Magento provides you the ability to list the information e.g. List of products, orders etc. It also give you facility to perform action in bulk but it does not allow you to send extra information
A grid in Magento provides you the ability to list the information e.g. List of products, orders etc. It also give you facility to perform action in bulk but it does not allow you to send extra information
Magento let us set up multiple stores on a single instance. For a global website it is good to have multilingual and multi-currency stores for different countries. It provides a good user experience if website automatically detects user’s
When we have large no. of products in our catalog, we generally found a problem that when we do any changes from the admin panel or we use catalog import process to import the products, We see “No
Magento provides Block cache in backend but what if we need more granular control over a particular block caching? For e.g.:- 1. I do not want to cache my catalog page and want to keep HTML block caching
Its a very common problem when you forget your admin password, don’t worry all is not lost. Changing magento password using database is very easy. Just follow these few steps and you will be up and running in
When we display images on our web pages we use <img src="path" height="" width=""> tag but this is a hardcode method to display the images. Now suppose the uploaded image is of larger size then the image loading