Jump to content

ELEMENT theme and Product's Features


Recommended Posts

Hi!
I have ELEMENT theme installed on my presthop 1.3 with fully translated Slovak lng pack but I can't add any features to products. I can do it in the back office but I don't see the "data sheet" tab or any of the added features in the front office..

What gives?

Link to comment
Share on other sites

What is missing in product.tpl is code

    {if $features}<a id="more_info_tab_more_info" href="#idTab2">{l s='Data sheet'}    {/if}



and

    {if $features}

       <!-- product's features -->

       {foreach from=$features item=feature}
{$feature.name|escape:'htmlall':'UTF-8'} {$feature.value|escape:'htmlall':'UTF-8'}
       {/foreach}


   {/if}



I attached product.tpl as zip and firs line goes at line 102 just before

{$HOOK_PRODUCT_TAB}

and second part goes to line 247 before

   <!-- left infos-->


Attached product.tpl is just for reference I maybe changed some other code

product.zip

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