Tag Archives: Design
Changing Product Tabs from JavaScript to CSS
Posted on 07. Jul, 2009 by coolbluelogo .
With themes based off the Modern Theme, product information tabs are buried under JavaScript. This is awful for SEO. Converting these to CSS allows the Search Engines to index more information on the product pages. This article will tell you how to do that and improve the Search Engine friendliness of your Magento site!
Continue Reading
How to override a Magento core block class
Posted on 17. Sep, 2008 by Fido .
This tutorial will show you the proper method for overriding a Mage core class. This will work for Block and Model classes. Controllers are a slightly different story and for another tutorial.
Some discussion on breadcrumbs: I will be overriding the Core file: app/code/core/Mage/Catalog/Block/Breadcrumbs.php (which I will call [Breadcrumbs-B]). This file is not to be confused with the block: app/code/core/Mage/Page/Block/Html/Breadcrumbs.php (which I will call [Breadcrumbs-A]).
Continue Reading
Editing the Magento Navigation
Posted on 04. Sep, 2008 by Fido .
This is not a comprehensive example (I didn’t write out an example of editing the navigation myself … yet) – but I will point out where the files are that you need to edit the top and left navigation.
Continue Reading
Moving / Removing Callouts on the left / right columns
Posted on 03. Sep, 2008 by Fido .
I recently answered a question on the magento forums about how to remove the callout images in the right / left columns.
This is a pretty easy task, but finding them required a small bit of digging (as usual).



