Magento

Load Category/Product by Attribute

If you ever need to manually load a category or product you can do it either by id or by attribute:

Read More

Displaying a Product Attributes

Depending on where you want to call a product attribute there are different methods for doing it: Read More

Pager toolbar for any Collection

This code will call the toolbar block, pass your collection (previously created) and display the pagination links. It will correctly page through your collection. Read More

Calling a static block inside the template

The following snippet is incredible useful specially when you are implementing custom layouts with menus, static blocks of text and so on the following code should work with any version of Magento Read More