Announcement

Collapse
No announcement yet.

Creating Section Links on Home Page?

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

    Creating Section Links on Home Page?

    Hi,

    On my home page I show on the left handside the top level sections, which are used for navigation.

    Within the home page content there is reference to the products sold, in particular the sections that contain the products. I'd like to show these as links to the sections.

    My question is what is the correct code to do this, at the moment I use: -

    Code:
    <a href="http://www.domain.co.uk/cgi-bin/ss000001.pl?SECTIONID=Essential%5fOils%2ehtml&amp;NOLOGIN=1"><span class="sectionlink">Pure Essential Oils</span></a>
    But what does the 'NOLOGIN=1' do, couldn't I just have: -

    Code:
    <a href="http://www.domain.co.uk/acatalog/Essential_Oils.html"><span class="sectionlink">Pure Essential Oils</span></a>>!!
    Note: The site will have trade accounts, should this make a difference to how the link should be coded.

    Thanks & Regards,

    Andrew

    #2
    Hi Andrew,

    If you hardcode the links, then the clients who are logged in, will be logged out. So have the ss script with NOLOGIN prevents the clients from logging out.
    NOLOGIN=1 tells Actinic to bypass the login page and go to that specific page.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X