Products > Product Attributes, edit. To enable archives.
Then you would need to customise this file to output the attribute + links, unless the plugin in the other thread works https://github.com/woothemes/woocommerce/blob/master/templates/single-product/product-attributes.php
> Can someone help? I don’t get why this isn’t standard behavior in the first place. Many thanks!
because if you enable archives, they will be crawlable for one thing.
well I would want them crawlable, or I could put these taxonomies outside the crawling range with robots.txt or something
I know I know this is the file I would have to customise, but I don’t know how the code would have to look like, my php skills are too limited.
Did you see if the other plugin does it? It lists attributes, and archives can be enabled..
I dont quite understand where to put that code though, it doesnt work putting it into the same file or anything. And I dont see that plugin outputting a html table like the default code does for that info tab in the product view
http://docs.woothemes.com/document/display-product-attribute-archive-links/
this doesnt say where to put it, and that code certainly doesnt output any html tables….
http://themeforest.net/forums/thread/woocommerce-add-links-to-attribute-values/94924
this sounds about right but i have no clue how or where to implement this I am afraid
Yea, any idea how the final code would look like in product-attributes.php then?
Ah! Now that works (as long as the replacing excludes the TD tags, so your code goes between those).
Many thanks, that is what I was looking for exactly.