Jump to content

Product Features page question


Recommended Posts

  • 3 weeks later...

In your theme directory you will have "product.tpl". The relevant section looks like this:

>
{if $features}
       <!-- product's features -->
</pre>
<ul>
       {foreach from=$features item=feature}
{$feature.name|escape:'htmlall':'UTF-8'} {$feature.value|escape:'htmlall':'UTF-8'}
       {/foreach}
</ul>
<br>   {/if



Basically you would need to come up with a column type structure using either CSS or tables and then plunk {$feature.name|escape:'htmlall':'UTF-8'} in a separate column than {$feature.value|escape:'htmlall':'UTF-8'}.

Cheers

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