Announcement

Collapse
No announcement yet.

Settings for index.html outside actinic

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

    Settings for index.html outside actinic

    Hi

    Can someone give me the settings for having the index.html outside actinic and when clicking the "enter shop" button going to the catalog therefore missing out the brochure page.

    Thanks

    Andy

    #2
    I forgot to mention, the cataloge must have a buttin back to the home page (index.html)

    Thanks

    Andy

    Comment


      #3
      Hi Andy

      If you're not using brochure pages and have your own home page, the simple way to link into the catalog is to use something like
      Code:
      <a href="http://your.url/acatalog/">Click here for online catalogue</a>
      To link back to the home page from the catalog, use something like
      Code:
      <a href="http://your.url/index.html>Home</a>
      Ben
      Ben Popplestone
      Ecommerce website software

      Comment

      Working...
      X