Jump to content

Product id feature value


Recommended Posts

Hi, 

 

i would like to get the id of the feature value in my TPL but nothing appears.

Here is my code

 

{if $product.grouped_features}  
	<div class="features-description">   
 		{foreach from=$product.grouped_features item=feature}
			<p style ="text-align:center">{$feature.name|escape:'htmlall'|nl2br nofilter}/{$feature.id_feature}  - {$feature.value|escape:'htmlall'|nl2br nofilter}  / {$feature.id_value}</p>
		{/foreach}
 	 </div>
{/if}

I tried $feature.id_value, $feature.id_feature_value and others combinations but nothing.

 

Can you help me ? I'm on the last version of PS 1.7

Regards, 

Fred

Edited by Fred-ADTC (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...