itay
Total Posts: 25
Joined: 2008-04-20
Israel
@ Conyx Group
beautiful site!!
Conyx Group
Total Posts: 48
Joined: 2008-03-19
thanks, took some time to figure bout the url issue for SEO purpose. Now I have the same product in 5 or more different categories but it always points to the original url.
Serial Killa
Total Posts: 61
Joined: 2008-03-22
Malaysia
Anyone out there can give instructions on how to make a vertical category (final working edition instructions) there are many posts here on the subject and tangled up between the versions as old version instructions doesnt seem to work on the new version of Magento,
Thank you guys ,
would be nice , if its in the Wiki or KnowledgeBase,
Thanks again !!
Signature
"I walk across the dreaming sands under the pale moon: through the dreams of countries and cities, past dreams of places long gone and times beyond recall.”
breastfed
Total Posts: 51
Joined: 2007-09-24
Münster - Germany
After adding the left side Navigation, it is displayed on the last Position on the left Column.
How can i change it to the first and maybe displayed on all 3 Columnpages?
Thanks
Right Click
Total Posts: 107
Joined: 2008-04-16
Roma
Is better do a modul for this tips? Isn’t it?
Signature
Creazione e personalizzazione Ecommerce Magento
_________________________________________________________
http://www.rcsolution.it - Magento Silver Partner
cibernoid
Total Posts: 173
Joined: 2008-02-12
breastfed - 24 May 2008 05:27 AM
After adding the left side Navigation, it is displayed on the last Position on the left Column.
How can i change it to the first and maybe displayed on all 3 Columnpages?
Thanks
If you want to make the vert_menu appears at the top of the column, open catalog.xml and change this string (around row 76):
< block type = "catalog/navigation" name = "catalog.leftnav" after = "currency" template = "catalog/navigation/left.phtml" />
into:
< block type = "catalog/navigation" name = "catalog.leftnav" template = "catalog/navigation/left.phtml" />
then do the same at row 105~106
Don’t forget to keep track of your changes, so you can revert to the original file if something goes wrong.
phr34k
Total Posts: 2
Joined: 2008-05-27
Thanks Dan_w! I implemented the code to display categories in the sidebar and it actually works!
I did notice something though..I have a category that has “unused” products (seasonal items, items that are not always available ,etc.) I have the category disabled, but it is still showing up in the newly added sidebar navigation. Am I overlooking something—Should the category still be displayed even though it’s disabled? Is there a better way to accomplish this task?
Thanks in advance!
superiormp
Total Posts: 14
Joined: 2008-03-25
Not only can I not get the vertical nav menu to appear, but I can’t get ANY of my categories to appear.
Would there be a reason why after adding a lot of categories (26 total) they would stop appear at all? (horizontal OR vertical)?
superiormp
Total Posts: 14
Joined: 2008-03-25
Never mind - apparently, a Root Catalog has to be defined and assigned to a Store before any categories appear.
rosschapman
Total Posts: 2
Joined: 2008-06-04
@dan_w and others
thanks for the tutorial. however, went through the process step by step on the default template with sample data and got nada in the left sidebar. only spark of hope for me was when i manually added a layout update to a category page with
< reference name = "left" > < block type = "catalog/navigation" name = "catalog.vertnav" template = "catalog/navigation/vert_nav.phtml" /> </ reference >
then i DID see the vertical nav in the left sidebar. wondering why it’s not showing up otherwise. here’s the top of my catalog.xml file:
<layout version="0.1.0">
<!-- Default layout , loads most of the pages --> <default> [b] < reference name = "left" > < block type = "catalog/navigation" name = "catalog.vertnav" template = "catalog/navigation/vert_nav.phtml" /> </ reference > [ / b] <!-- Mage_Catalog --> < reference name = "left" > < block type = "catalog/navigation" name = "catalog.leftnav" after = "currency" template = "catalog/navigation/left.phtml" /> </ reference > < reference name = "left" > < block type = "core/template" name = "left.permanent.callout" template = "callouts/left_col.phtml" > < action method = "setImgSrc" >< src > images / media / col_left_callout . jpg </ src ></ action > < action method = "setImgAlt" translate = "alt" module = "catalog" >< alt > Our customer service is available 24 / 7. Call us at ( 800 ) DEMO - NUMBER .</ alt ></ action > < action method = "setLinkUrl" >< url > checkout / cart </ url ></ action > </ block > </ reference > < reference name = "right" > < block type = "core/template" before = "cart_sidebar" name = "catalog.compare.sidebar" template = "catalog/product/compare/sidebar.phtml" /> < block type = "core/template" name = "right.permanent.callout" template = "callouts/right_col.phtml" /> </ reference > < reference name = "footer_links" > < action method = "addLink" translate = "label title" module = "catalog" ifconfig = "catalog/seo/site_map" >< label > Site Map </ label >< url helper = "catalog/map/getCategoryUrl" />< title > Site Map </ title ></ action > </ reference > </default>
any ideas?
ijeweb
Total Posts: 14
Joined: 2008-05-29
Sydney, Australia
@ dan_w Thanks mate...you really helped me with your instructions on how to get the categories navigation working. I owe you one!
schmelzgeist
Total Posts: 83
Joined: 2008-05-27
Marzipane World Capital (Lübeck, Germany)
Princeanil - 14 May 2008 08:47 AM
Hi !
If its possible to put the categories in the left column, it should be possible to display them as a list on the center column of a CMS page too.
I’ve tired everything but cant seem to get it working. We have many categories, and what i had in mind is something like the image I’m attaching.
Any ideas on how this could be done ?
i’m interested in this too
would be nice to know, let alone accomplish but i have no idea
Signature
WE have no future because our Present is too volatile.We have only riskmanagement.
The spinning of the given moment´s scenario. *Pattern Recognition.W.Gibson*
vesvello
Total Posts: 25
Joined: 2007-12-01
I went step by step and I clean my cache and I couldnt see the left side menu… any ideas?
bendi
Total Posts: 1
Joined: 2008-06-27
Hi,
I’ve intalled Magento-1.0.19870.4.
This release already has a “.\app\design\frontend\default\default\template\catalog\navigation\left.phtml” file,
so I think that the only change to do is in the catalog.xml file, just adding:
< block type = "catalog/navigation" name = "catalog.vertnav" template = "catalog/navigation/left.phtml" />
between tags:
< reference name = "left" > </ reference >
but I get the next error:
Fatal error : Call to a member
function getChildren() on a
non-object in
.\app\code\core\Mage\Catalog\Block\Navigation.php
on line 77
any idea?
Thanks