The following is a brief tutorial for creating a custom category attribute. This has only been tested by creating a textfield-type attribute in Magento’s version 1.3.2. However, to the best of my current knowledge, it should work in any versions 1.2+ and for ...
If your’re getting a permission denied error when trying to either upgrade or install an extension, chances are the permissions are off on your pear file. No worries – it’s a simple fix. SSH into the root directory of your Magento installation and ...
The Magento Admin panel calls it refreshing (Refresh) the cache, while within the code it’s refered to as “cleaning” the cache. If you want to Refresh your cache within the admin panel, simply go to System > Cache Management. Drop the box ...
I’ve found it’s sometimes easier to either make upgrades or install extensions via the command line rather than using Magento Connect. To do this, all you need is the extension key. For this example I’ll use Magento’s default upgrade key: ...
I got a little tired of always referencing a code file in order to remember the conditionals for addAttributeToFilter(). I’ll come back to this post to clean it up and make it an easier reference, but for now it’s just a code reference in an easy place ...