Jump to content

New Products Block & Discount Block on displayHome Hook


Poet

Recommended Posts

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}

 

displayHome.png

Order.jpg

Website.jpg

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