diff --git a/app/views/shop/products/_summary.html.haml b/app/views/shop/products/_summary.html.haml
index a5fac46a7e..500a0577a0 100644
--- a/app/views/shop/products/_summary.html.haml
+++ b/app/views/shop/products/_summary.html.haml
@@ -1,7 +1,7 @@
.row{bindonce: true}
.small-1.column
%img{"bo-src" => "product.master.images[0].small_url"}
- %img{name: "taxon icon here"}
+ {{ product.primary_taxon.name }}
.small-5.columns
= render partial: "shop/products/modal"