smooglerpl Posted January 16, 2015 Share Posted January 16, 2015 (edited) Hi guys. I have a following problem. I try to figure out how to swap those two "blocks" "themeconfigurator home" and "blockbestsellers" in my prestashop. For this moment I'm pretty sure that it's impossible trough modules > positions. So I have to do it manualy but I dont know where to look. Here is something similar to what I want: http://addons.prestashop.com/demo/FO8839.html I was also uploaded a image that you could imagine what I trying to do Please help me. PS. Sorry for my basic english Edited January 16, 2015 by smooglerpl (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted January 16, 2015 Share Posted January 16, 2015 I think you SHould swap these in index.tpl {if isset($HOOK_HOME_TAB_CONTENT) && $HOOK_HOME_TAB_CONTENT|trim} {if isset($HOOK_HOME_TAB) && $HOOK_HOME_TAB|trim} <ul id="home-page-tabs" class="nav nav-tabs clearfix"> {$HOOK_HOME_TAB} </ul> {/if} <div class="tab-content">{$HOOK_HOME_TAB_CONTENT}</div> {/if} {if isset($HOOK_HOME) && $HOOK_HOME|trim} <div class="clearfix">{$HOOK_HOME}</div> {/if} See the 2 if isset Link to comment Share on other sites More sharing options...
smooglerpl Posted January 16, 2015 Author Share Posted January 16, 2015 (edited) WoW thank you. But now I have different problem. Footer (I mean this grey box) also went to the top. How to send it to the bottom agin ? // EDIT I moved code from blockcmsinfo.tpl to footer.tpl and it works perfectly. Thanx for help. Edited January 16, 2015 by smooglerpl (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts