From bb029cdf35838b65f0703822e53eb6c0de66808c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Chans=C3=A9aume?= Date: Wed, 16 Jul 2014 10:12:02 +0200 Subject: [PATCH] Fixed the display of the free text value for a feature --- templates/frontOffice/default/product.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/frontOffice/default/product.html b/templates/frontOffice/default/product.html index 57289e42c..404291fe2 100644 --- a/templates/frontOffice/default/product.html +++ b/templates/frontOffice/default/product.html @@ -223,7 +223,8 @@
  • {$TITLE} : {loop name="feature_value_info" type="feature_value" feature="{$ID}" product="{product attr="id"}"} - {$TITLE} + {if $LOOP_COUNT > 1}, {else} {/if} + {if $IS_FREE_TEXT == 1}{$FREE_TEXT_VALUE}{else}{$TITLE}{/if} {/loop}
  • {/ifloop}