404 Error on Magento Product Page
If you are using Magento 1.5 or 1.6 , and your product pages are all going to 404 Not Found Page, then thats a headache for sure. We just spent an hour trying to fix this. And finally found the bug! It...
View ArticleShow Magento Attributes on Frontend
If you have created custom magento attributes , then you might need to show them on frontend . So, here is how to call them to your frontend : If custom attribute which you have created is textarea or...
View ArticleMagento Error : Your web server is configured incorrectly
If you are getting such error, ““Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting...
View ArticleTables using MyISAM Engine on Magento Database
Not all the tables in Magento database uses INNODB engine. Here are the tables, which use MYISAM engine, catalogsearch_fulltext log_customer log_quote log_summary log_summary_type log_url log_url_info...
View ArticleMagento Reindexing Problem with Product Flat Data
If you have recently upgraded your Magento website and tried to reindex your data, then you might be stuck at PRODUCT FLAT DATA reindexing. This problem is mainly due to the fact of too many attributes...
View ArticleChange Magento Database Prefix in one click
If you want to change the database prefix for your Magento database, then the most easiest way to do it is, export it and then open it on Notepad ++ and find replace the prefix name with a blank space....
View ArticleMagento PayPal Express Checkout Not showing
Are you looking to use PayPal Express Checkout feature in your Magento store, where the Paypal button shows on the cart page and the product details page as well, so that users can checkout quickly...
View ArticleFree Magento Training
Why don’t you learn how to work with Magento? A little knowlegde will save you a lot of time and money and the best thing is that a detailed Magento training is now available for free! The training is...
View ArticleProducts not adding to Magento Cart
If you are having products, but when you click on ADD TO CART, you might face a problem, where it wont get added to your shopping cart and it will keep showing, SHOPPING CART EMPTY, then here are the...
View ArticleMagento Index Error on Tag Aggregation Data
Last week, while trying to upgrade a client site from 1.4.x to 1.6.x , I faced a weird issue, where the index management was getting stuck at Tag Aggregation Data. Here I what I did yo fix it : 1....
View Article