Jump to content

Customize front page


Recommended Posts

Hello,

 

I am new here and new in using Prestashop.

 

I would like to know how to customize the front page of my prestashop web site :

 

-delete the bottom of the page (where there are a lot of links I don't need)

-delete these box : tags, suppliers, manufacturers

 

Thanks per advance for your help

Link to comment
Share on other sites

those are modules, to customise the look of your theme go to modules->modules positions

 

there you will find the positions of your website (footer, header, left/right colomn, etc...

all you have to do is to delete the module from the position.

Link to comment
Share on other sites

go to footer.tpl file located in your theme directory and remove this
 

<!-- Footer -->
			<div id="footer" class="grid_9 alpha omega clearfix">
				{$HOOK_FOOTER}
				{if $PS_ALLOW_MOBILE_DEVICE}
					<p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p>
				{/if}
			</div>

footer.tpl file is a file located in your theme directory *themes/YOUR_THEME/footer.tpl

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