Jump to content

Add more details to product's page


Recommended Posts

Try to add to themes/default/product.tpl after </div> in line 361:

 

{if isset($features) && $features}

<ul style="margin-left:20px;padding:10px 0 0 0;">

<!-- product's features above price -->

{foreach from=$features item=feature}

{if isset($feature.value)}

<li><span>{$feature.value|escape:'htmlall':'UTF-8'}</span></li>

{/if}

{/foreach}

</ul>

{/if}

Link to comment
Share on other sites

×
×
  • Create New...