Magento 1
11 posts
Magento – Set include in navigation menu to Yes in category through database
Magento use an eav model to save values in the database. You have to search an attribute called “include_in_menu” in the “eav_attribute” table. You can use following query to update…
Share
Magento Connect – Access is locked. Please try again in a few minutes
As of Magneto 1.9.3 Magento have finally added brute force protection to the downloader folder. As you may be aware even if you have changed your default admin path ie…
Share
Magento showing wrong product count in category in admin
This is a bug in Magento but it will not create any issue at frontend. In normal case, when you assign products to category then those products will be linked…
Share
Magento 1 – Change contacts page URL in Magento
Almost Magento's default contact us form page URL is a little bit awkward as its says http://www.domain.om/contacts/. We can change this easily by creating a small module.
Share
Magento – Get all ordered items of the order
To get all the ordered items of the order in magento please follow below code it will return an object array.
Share
Magento – Get stock quantity of simple product of configurable products
Hi Forks, Today i am writing this post to how to get stock qty of simple product in configurable product page in Magento. There is 2 way to develop the…
Share
Magento – Remove all categories from Magento store
Hi Forks, I am sharing Sql script to remove the all dummy categories or categories from magento store. I checked below script in Magento version 1.9.2 and it’s work perfectly…
Share
Magento – How to clear the cache and log table in magento?
Hi Forks, there is multiple methods to clear the cache and logs from database. firstly we are using SSH terminal for best practice. You’re best of doing this from the…
Share
Magento – Check condition for login-logout in magento
This is very simple login and logout condition in Magento. First of all you need to understand this code. First if condition for login area And else condition for logout…
Share