Announcement

Collapse
No announcement yet.

Link Anchors in cgi-bin

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

    Link Anchors in cgi-bin

    We have a large Terms and Conditions section, which uses different titles from the pre-set Actinic ones. The T&Cs are the same for all 3 of our sites, so due to all these factors I have coded the HTML in a text file, and use it as a CUSTOMVAR to insert into the Info pages of all 3 sites. So far so good.

    Because the file is so large, we have implimented an FAQ-style system where the user can click the headings which link to the actual information further down the page. This is fine for Info.html, but when the T&Cs are viewed from the checkout pages, the links just take the user to the /acatalog folder.

    I can't see why these links should work on a .htm file and not a .pl file
    www.gbradley.co.uk
    Web Development, Actinic Patches, Scripts & more

    #2
    Hi,

    Can you post an example of one of the links please.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      This is the static info page where the links work:

      http://www.brightlightgroup.co.uk/acatalog/info.html

      Now add the first item on this page to the cart and checkout until you reach Phase 2, where the Terms are displayed below the options:

      http://www.brightlightgroup.co.uk/ac...inus__16x.html

      You'll see that instead of pointing to the <a name> tag within the page, the links now point to the acatalog folder. There must be something so simple I'm not thinking of
      www.gbradley.co.uk
      Web Development, Actinic Patches, Scripts & more

      Comment


        #4
        Hi,

        Can see what you mean. Can you confirm if you have edited the checkout pages and replaced NETQUOTEVAR:INFOPANELS with your customvar for the Info page? The Netquotevar would take the information from View | Business Settings | Terms & Conditions

        Kind regards,
        Bruce King
        SellerDeck

        Comment


          #5
          Yes, I replaced the NQV with the customvar in both Act_infoBody.html and the checkout phases. It seems very odd that it should do this, as physically adding #anchorname to the address bar takes you to the right anchor.

          I think I'll redesign the page so the information displays directly underneath the header when clicked, rather than using links. Still confused though!
          www.gbradley.co.uk
          Web Development, Actinic Patches, Scripts & more

          Comment

          Working...
          X