Author Archives: admin

Magento – Using custom attributes to display dynamic content.

With Magento’s use of custom attributes,  there is a lot of flexibility. Not only in displaying attributes on the layered navigation or merely outputting them to the additional area of the product page. There is another level of customization possible.  … Continue reading

Posted in Magento | Leave a comment

Magento-Resetting the admin password

Been locked out of your Magento store? This video will show you how to reset your Magento admin password. It only takes a few minutes, and you’ll be able to login again. Resetting the Magento admin password.

Posted in Magento | Leave a comment

Adding an interactive rollover to Magento product page

Sometimes the standard magento product page isn’t exactly what the client wants. Here is the standard product view, with the zoom slider and click to show large image: In my case, they wanted the main product images to be larger … Continue reading

Posted in Magento | Leave a comment

Improving Magento’s catalog search

Magento’s default search function is pretty good, but can be improved with a few tweaks. The first thing to modify is the default layout, which is three columns. Three columns is kinda cramped, especially if you have the list mode … Continue reading

Posted in Magento | Leave a comment

Magento Add Free Shipping promotions to the sidebar my cart block

There are many times when Magento store owners run shipping promotions. Usually it involves something like this: Orders over $60 Free UPS Ground You setup your shopping cart promotion to give customers free shipping, when they have over $60 in … Continue reading

Posted in Magento | Leave a comment

Magento Product Pages with Different Sized Images

Occasionally you run into something that makes you scratch your head. Client has different product image sizes, think art prints. They can be divided into six groups. Some of them are 700×700, some are 700×400, you get the idea. Client … Continue reading

Posted in Uncategorized | Leave a comment

Magento CMS shorthand urls

Occasionally, I will work with other developers on a project. That can be a lot of fun and a great learning experience. But sometimes it means a little cleanup work. For example, they sometimes use absolute urls in CMS pages … Continue reading

Posted in Magento | Leave a comment

Magento- adding images to recently viewed products block

A client recently asked me to add images to the recently viewed products block in their left hand column. Here is what it looks like before: The file that generates the recently viewed products block is in app/design/frontend/base/default/template/reports/product_viewed.phtml. You will … Continue reading

Posted in Magento | Leave a comment

Inventory Updates in Magento

One of the most repetitive and time consuming weekly tasks with a Magento store is updating inventory. In most stores, this is done at least 3 times per week, to sync Magento with warehouse inventory levels. If you have a … Continue reading

Posted in Magento | Leave a comment

Adding Magento Account Login Logout to Footer Links

As sometimes happens, clients want to remove the Account Login links from the header links block. Usually due to space and or design constraints. This reduces some of the built in functionality in Magento. But don’t despair, you can add … Continue reading

Posted in Magento | Leave a comment