Mx84 Posted April 5, 2014 Share Posted April 5, 2014 hey i need some help. i am trying to move my data sheet info. i have try'et to look a footer in moduls, but i cant find it. i will like to move i, like this picture. Link to comment Share on other sites More sharing options...
Mx84 Posted April 5, 2014 Author Share Posted April 5, 2014 (edited) mistake Edited April 5, 2014 by Mx84 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 6, 2014 Share Posted April 6, 2014 hello in this case it's necessary to modify the product.tpl file located in your theme directory. so open it and move: {if isset($features) && $features} <!-- product's features --> <ul id="idTab2" class="bullet"> {foreach from=$features item=feature} {if isset($feature.value)} <li><span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'}</li> {/if} {/foreach} </ul> {/if} somewhere below the <h1>{$product->name|escape:'htmlall':'UTF-8'}</h1> 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