SK01 Posted August 22, 2010 Share Posted August 22, 2010 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, soI 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 More sharing options...
rocky Posted August 22, 2010 Share Posted August 22, 2010 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 More sharing options...
SK01 Posted August 22, 2010 Author Share Posted August 22, 2010 Thanks mate!I put it in header.tpl between the <head></head> and it works great 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