Announcement

Collapse
No announcement yet.

View Cart

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

    View Cart

    Is there an NQV controlling links to View Cart and Goto Checkout? I've tried hardcoding these links as
    Code:
    http://www.zuccionline.co.uk/cgi-bin/os000001.pl?ACTION=Start
    and

    Code:
    http://www.zuccionline.co.uk/cgi-bin/ca000001.pl?ACTION=SHOWCART
    These links take me to a Cart and Checkout page but they are always empty. Is there something stupidly wrong with the links I can fix or is there an NQV I cant put in place of the links in my template?

    Thanks alot.

    #2
    NETQUOTEVAR:NAVBCARTLINK

    NETQUOTEVAR:NAVBCHECKOUTLINK

    Will generate the url, so place that within your <a href=" etc etc etc and that will automatically connect as it should...

    Comment


      #3
      NQV:NAVBCARTLINK, I did this...mine doesn't work!

      Can you help,

      I entered the above into my link boxes, for example my checkout link is....

      HTML Code:
      <td><a href="NETQUOTEVAR:NAVBCHECKOUTLINK"><img name="hdr2_r2_c17" src="hdr2_r2_c17.gif" width="32" height="34" border="0" alt="Checkout"></a></td>
      As you will see at http://www.esafetysigns.co.uk/acatalog/index.html my Checkoutlink is

      NETQUOTEVAR:NAVBCHECKOUTLINK

      Any thoughts, Simon.
      P.S. View basket ..... same problem ?
      P.S.. You will notice other problems on my site if you have a look ...........none of my images uploaded ..... long story .... not even an Actinic logo ? Manually FTP'd a few to see how things looked.... first upload an all!
      esafetysigns.co.uk
      your instant download portal for self printable health and safety signs and posters
      ... download once use as many times as you like !


      http://www.esafetysigns.co.uk/index.html
      http://www.esafetysigns.co.uk/acatalog/index.html

      Comment


        #4
        The actual code I found on the site page is netquotevar:NAVBCHECKOUTLINK

        which is NOT the same thing as NETQUOTEVAR:NAVBCHECKOUTLINK

        try correcting that - remember UNIX operating systems are CaSe SeNsItIvE.
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment


          #5
          Tis correct. NETQUOTEVAR has to be in upper case along with the :FOLLOWCODE as actinic looks for this in UPPER case only and not a combination of both.

          This is a requirement of Actinic as opposed to where it is hosted (linux/windows) as before it arrives on the server it is converted by Actinic at site generation/upload time.

          So, changing them to all UPPERCASE should then make then use the correct 00000x.pl/cgi reference and should then work with what ever you assign as the script ID and ext in the network settings.

          Comment

          Working...
          X