From aa66067f0ecf6b03a24c026170f905a999680b36 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Sat, 14 Dec 2013 13:50:55 +0100 Subject: [PATCH] fix bad product assignation in feature_value loop --- templates/frontOffice/default/product.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/frontOffice/default/product.html b/templates/frontOffice/default/product.html index eaea6b7b4..a5d2d1fdc 100755 --- a/templates/frontOffice/default/product.html +++ b/templates/frontOffice/default/product.html @@ -27,7 +27,7 @@ {/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 name="brand.value" type="feature_value" feature="{$ID}" product="{product attr="id"}"} {/loop} {/loop}