Loading all crosssell products of a product (Magento 1)

This is how you can load all crosssell products of a product:

Category page loading extremely slow (Magento 1)

If the category page of your Magento store is loading really slow, the configurable swatches might be the problem. Override /app/code/core/Mage/ConfigurableSwatches/Helper/Mediafallback.php and move

up to before the foreach loop. This will help increasing the speed of your category page…

Sort order items by SKU (Magento 1)

If you want to change the default sorting of the ordered items on the order detail page, go ahead and override app/design/adminhtml/default/default/template/sales/order/view/items.phtml in your theme and replace

with

Done. If you open the detail page of an order…