Jump to content

[SOLVED] How to add an html splash page


Recommended Posts

Hi, I tried to search but I wasn't able to find anything about it, so I' m asking :-)

Is it possible to add a splash page before displaying the index.php of prestashop?
Basically my site is made of two big parent categories (like dog-food & cat-food) with many subcategories, and I'd like to have a splash page with 2 direct links to both parent category page...

Tanks in advance :-D

Link to comment
Share on other sites

  • 4 months later...

Hello

I'm trying on prestashop 1.4.1 this for a splash

but index.html does not load

only the index.php

on main domain site www.example.net

Is it due to my server that index.html does not load before index.php ?

thanks

Link to comment
Share on other sites

  • 10 months later...
  • 5 months later...

Change line 47 of header.tpl (in PrestaShop v1.3.5) from:

 

[b]	[url="{$base_dir}"][img={$img_ps_dir}logo.jpg][/url][/b]


 

to:

 

[b]	[url="{$base_dir}index.php"][img={$img_ps_dir}logo.jpg][/url][/b]


 

This will make the "Home" link go to index.php instead of index.html.

 

could u show it again?

Link to comment
Share on other sites

  • 9 months later...

In order to create a splash page this way, one should change every occurrence of {$base_dir} (that isn't followed by a question mark or filename) in all template files--perhaps around two dozen occurrences.

 

Also, some plugins might generate {$base_dir} links, and those will need to be updated. It's not exactly a simple solution, but it can be done.

Link to comment
Share on other sites

I have a problem

 

but after I upload the file "index.html" to the server, I found I cannot see the original index.php again.

 

even I type www.xxx.com/index.php, I only can see the "index.html"

 

how we can see the index.php (shop first page again..... )

Link to comment
Share on other sites

  • 4 months later...

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