Jump to content

[SOLVED] How modify index file?


Recommended Posts

Hi guys!

I need to modify the index page that is displayed when entering the store.

The reason why I want to do this is because I have made a design that isnt showing correctly in IE 6, so
I want to use a script that redirects all IE 6 users to another page :).

I already know the script, but since I am new to prestashop I dont know where to put the code? Cant find the index page.. where is it?

Link to comment
Share on other sites

It is index.tpl in your theme's directory that specified what is displayed in the center column on the homepage. By default, it contains only {$HOOK_HOME}. I think you could add redirect code to the top of it.

If you'd rather have the code on every page of your website, you should put it in header.tpl instead.

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