Is there a way to add a class to one of the Features or add ID to them depending of ID in back office? They all showing the same in HTML.
I see in product-details.tpl there is:
Quote
<dt class="name">{$feature.name}</dt>
<dd class="value flex_child">{$feature.value|escape:'htmlall'|nl2br nofilter}</dd>
Maybe a way to add ID there somehow?
EDIT:
OK i have it it's
Quote{$feature.id_feature}