Fixed wrong values displayed for empty text feature values

This commit is contained in:
Franck Allimant
2014-01-27 12:50:18 +01:00
parent 3c36a3e1b2
commit d52d49ae05

View File

@@ -198,6 +198,7 @@
{elseloop rel="product-features-av"}
{* Get the free text value *}
{$feature_value=''}
{loop name="free-text-value" exclude_feature_availability="1" type="feature_value" product=$product_id feature=$ID backend_context="1" lang="$edit_language_id"}
{$feature_value=$FREE_TEXT_VALUE}