Poet Posted June 10, 2018 Share Posted June 10, 2018 Hello, I am using Prestashop 1.6.1.12 and I would like to move New Products Block and Discount Block to displayHome. But there is no "displayHome" Button. (see first picture displayHome.png) I want to order my modules "New Products Block" and "Discount Block" on displayHome. I already Changed the order from the HOOK_HOME with the HOOK_HOME_TAB & HOOK_HOME_TAB_CONTENT. in the index.tpl. : {$HOOK_TOP_CENTER} {if isset($HOOK_HOME) && $HOOK_HOME|trim} <div class="clearfix">{$HOOK_HOME}</div> {/if} {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} Link to comment Share on other sites More sharing options...
Poet Posted June 12, 2018 Author Share Posted June 12, 2018 Any Solution? 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