How to Fix Magento Product Flat Data Index Stuck on Processing
If you’ve ever gone in to re-index your Product Flat Data index, and noticed that the orange Processing… status icon won’t go away, you are not alone! It’s quite a common problem, especially for those...
View ArticleMagento – Delete Products using SOAP API
A question was posted in the comments section regarding deleting every product in the Magento Catalog without manually removing them via the Magento admin, so I wrote up a quick script using the...
View ArticleMagento – Delete Products Programmatically
In a previous post, I showed how to delete products in the Magento catalog using the SOAP API. In this post, we’ll be using a simple method using our Mage class, and removing products via the Magento...
View ArticleMoving the Magento Breadcrumbs
The breadcrumbs in Magento’s default layout are fairly well placed, but lets say you want to move them to the header.phtml file? How do you go about moving it, because you cannot simply cut the out of...
View ArticleMagento 1.7 Released with Tons of Improvements!
Just a quick update here! If you haven’t already seen the gigantic list of additions, improvements, and fixes in Magento 1.7 (Community Edition, EE was also updated), you should! Some of my favorite...
View ArticleMagento Admin Editor –“Opener is null” Issue with Inserting Images/Files
While working on a Magento EE 1.12 site, an issue came up that affect mostly Firefox and Chrome, where anytime we would try to Insert File via the Magento Media Manager, nothing would happen....
View Article