Announcement

Collapse
No announcement yet.

Probs linking to shopping cart

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

    Probs linking to shopping cart

    Within the Act_Primary I have enclosed a direct link to the shopping cart and search fucntion as follows:

    <a href="NETQUOTEVAR:NAVBCARTLINK"> Shopping Basket</a>:<br>

    <a href="NETQUOTEVAR:NAVBSEARCHLINK">search</a>

    I have tried to use these same links in the Brochure_Primary but the link does not work. As I am informed that the page cannot be displayed. And the NETQUOTEEVAR part of link appears in lowercase.

    Could I be missing some kind of include in the brochure primary to cause this? I have compared the two and cannot find where this might be. Any ideas?
    - GARRY

    #2
    hello,

    The NETQUOTEVARs for individual navigation buttons do not work in brochure pages only the shop pages.

    I would possibly suggest hard coding the links:

    Shopping Basket:

    <a href="/cgi-bin/ca00000X.pl?ACTION=SHOWCART&ACTNIC_REFERER=NETQUOTEVAR:BASEHREF">Shopping Basket</a>:<br>

    just make sure u have the right script ID number
    (where X is in the link replace with your ID).

    For the search just use:

    <a href="search.html">Search</a>
    Nick Smith
    Web Developer
    extrinsica Limited

    Comment


      #3
      Hi

      Thanks for the tip. I was advised by the Atinic Support line to do the same thing. Many thanks
      - GARRY

      Comment

      Working...
      X