diff --git a/templates/default/category.html b/templates/default/category.html index 3ac31189a..153dafc9d 100644 --- a/templates/default/category.html +++ b/templates/default/category.html @@ -31,8 +31,17 @@
  • - - + {$product_id=$ID} + {loop name="brand.feature" type="feature" product=$ID title="brand"} + {loop name="brand.value" type="feature_value" feature=$ID product=$product_id} + + {/loop} + {/loop} + {loop name="brand.feature" type="feature" product=$ID title="isbn"} + {loop name="brand.value" type="feature_value" feature=$ID product=$product_id} + + {/loop} + {/loop}