Jump to content

How to swap posisions of "themeconfigurator home" and "blockbestsellers"


Recommended Posts

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 ;)

post-903877-0-76870700-1421400402_thumb.jpg

Edited by smooglerpl (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...