bigdesign Posted November 28, 2013 Share Posted November 28, 2013 I managed to display selected feature on product list: {if $feature.id_feature == 1}bla bla bla{/if} and now i want to display an attribute by id like this... {if $attribute.id == 1}.... Thanks in advance Link to comment Share on other sites More sharing options...
PascalVG Posted November 29, 2013 Share Posted November 29, 2013 try $attribute.id_attribute Link to comment Share on other sites More sharing options...
bigdesign Posted November 29, 2013 Author Share Posted November 29, 2013 Nope I already tried Link to comment Share on other sites More sharing options...
PascalVG Posted November 29, 2013 Share Posted November 29, 2013 Hmmm, do you have an $product? Then try : $product.id_product_attribute Just a guess, pascal Link to comment Share on other sites More sharing options...
bigdesign Posted November 29, 2013 Author Share Posted November 29, 2013 Nope No one knows ? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now