Magento Help

I recently stumbled onto a Magento bug involving the currency switcher while working on a site for a client. The currency switcher was enabled and working perfectly everywhere on the site except the home page. Any products shown on the homepage (such as in a New Products block or widget) remained in the original currency.

After a bit of digging, I realized that the products on the homepage were being cached as a part of the home HTML block, and therefor did not change with the currency switcher. Get the fix now! Read More
When you add a New Products block in a Magento CMS page, such as your homepage, the default number of products that will be displayed is 5. If your Magento template has room for more than 5 products in your New Products feed, you'll notice that it stops at 5 and leaves the rest of the block empty.

You may have seen a fix for this that requires you to locate Magento core files, copy them to a local folder, and edit the default New Products count, but there's a much simpler, and much faster way to accomplish this. Read More