Jump to content

How add features to product list Prestashop 1.7 ?


piotrek.btr

Recommended Posts

 

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}

 

 

 

 

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

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...