We have created a site using the Neighborhood theme + child theme for customization. Product Category and Tag catalog pages work correctly:
http://hookandloom.com/product-category/flat-weave/
(using the neighborhood/woocommerce/taxonomy-product_cat.php template)
http://hookandloom.com/product-tag/blue-and-white-natural/
(using the neighborhood/woocommerce/taxonomy-product_tag.php template)
But the catalog pages by product attribute display differently:
http://hookandloom.com/dimensions/2×9/
(using the neighborhood/archive.php template)
I followed the instructions here:
http://docs.woothemes.com/document/using-custom-attributes-in-menus/
…to register the dimensions product attribute for menus. That worked.
But the instructions for creating a template did not work. I copied the neighborhood/woocommerce/taxonomy-product_cat.php template, renamed it taxonomy-pa_dimensions.php, moved it to the child theme, and it was used, but all woocommerce styling was lost. I presume this is because the original template references the archive-product.php template, but the copy of the template in the child theme couldn’t find that template…?
Help! My ultimate goal is that the catalog page of products by attribute (dimensions) should be displayed exactly like the catalog pages of products by category or tag.