|
I\’ve been on countless blogs and tutorials and they all pretty much say the same thing. Create the .phtml file (or use the default left.phtml), edit the catalog.xml file with something like this:
<reference name="left"> <block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/> </reference>
Well the default catalog.xml file already has this code too. So, basically, I\’m thinking it should just work without having to modify.
I\’ve tried moving this code to the <default> area of the catalog.xml. I\’ve tried replacing after=\"currency\" with before=\"-\" and deleting it. And still no dice.
There must be more to it, because it\’s not working for me. Here is the site
Any help is really appreciated.
|