diff --git a/templates/default/index.html b/templates/default/index.html index b762df42f..ca6fbbf7c 100644 --- a/templates/default/index.html +++ b/templates/default/index.html @@ -34,8 +34,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}