Announcement

Collapse
No announcement yet.

Making shop page home page?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Making shop page home page?

    Sorry - an old chestnut, but I can't find neat answer elsewhere.

    I don't want Brochure pages, how do I make the Shop page the default home page etc?

    Sorry to be repetitive.....

    Best - James
    James Gladwin

    #2
    Hi there.

    There is some code in the help files that will help you. I have copied and pasted it here for convenience:

    Advanced: Manually creating a web site home page

    If you want to add some HTML that will automatically route visitors to the first page of your catalog home page, then try the following sample code. Copy the following code into 'Notepad' or an equivalent text editor and then save it as 'index.html'. Then, upload to the 'root' of your website. It assumes the online catalog is in "/acatalog".

    <HTML>
    <HEAD>
    <META HTTP-EQUIV="refresh" CONTENT="0; URL='http://<mysite>/acatalog'">
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    <P>Please wait to be forwarded to our catalog or press
    <A HREF="http://<mysite>/acatalog">here</A>. </P>
    </BODY>
    </HTML>

    Alternatively you can link the directory to your existing web site by adding the following suggested HTML:

    <A HREF="mysite/acatalog/index.html">Online Catalog and Ordering</A>

    where <mysite> must be replaced with details of your own site.

    (c) Actinic Software Ltd




    I hope this helps
    Darren

    SellerDeck

    www.sellerdeck.co.uk

    Comment


      #3
      Better to create a .htaccess file or change the setting in the Catalog database
      Owner of a broken heart

      Comment


        #4
        See these two previous threads:
        http://community.actinic.com/showthr...&threadid=3747
        http://community.actinic.com/showthr...&threadid=3936
        Bob Ladden

        Comment

        Working...
        X