From a7a755fab589c25cf0f962603afa667880f90ffc Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 19 Sep 2013 18:58:43 +0200 Subject: [PATCH] add isbn meta tag --- templates/default/category.html | 17 +++++++++++++---- templates/default/product.html | 10 +++++----- 2 files changed, 18 insertions(+), 9 deletions(-) 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}