piotrek.btr Posted July 25, 2018 Share Posted July 25, 2018 Hello I have a question. How add features on product list in prestashop 1.7 ? Thank you. Link to comment Share on other sites More sharing options...
ventura Posted July 26, 2018 Share Posted July 26, 2018 add in themes/classic/templates/catalog/_partials/miniatures/product.tpl this 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.value|escape:'htmlall'|nl2br nofilter} </p> {/foreach} </div> {/if} 1 Link to comment Share on other sites More sharing options...
Marcinetr Posted September 16, 2018 Share Posted September 16, 2018 Hello, This is great, thank you. I'd like to show only 4 features. What do I have to change in this code? 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