Hi,
I would like to have my own homepage displayed first, before the website visitor enters the frontstore. I know that this is possible simply by uploading an index.html page. This could be for example just some graphic splash page with no e-Commerce features.
Now - what if I want to use the custom functions on this page? For example DRAWCART or DRAWCATEGORIES? I can't do it on a .HTML page, it would have to be a .ASP page.
I could create the custom homepage as one of the custom pages (like the FAQ, About Us etc. pages) and have it redirected to this .ASP page from my .HTML homepage using javascript. Problem is, that I can't redirect directly from homepage (search engine and other issues).
So the question basically is:
How can I make my own custom .ASP homepage?
Thanks!