Announcement

Collapse
No announcement yet.

Checkout Link has lost its "?ACTION=Start"

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

    Checkout Link has lost its "?ACTION=Start"

    Hi,

    Just found that my "checkout" link on my nav bar, has lost its "?ACTION=Start" off the end resulting in getting a cgi error.

    Where can i go in and fix this error?

    Thanks

    Bash
    Nineplus.com - Surfboards, Longboards, Wetsuits and Accessories.

    #2
    We had this problem, turns out the upgrader had placed the wrong variable in the link. Check yours reads:-

    <a href="<actinic:variable name="CartLinkText"/>">Your Text here</a>

    Similiarly, the basket link should be:-

    <a href="<actinic:variable name="OrderLinkText"/>">Your Text Here</a>

    David
    Cheers

    David
    Located in Edinburgh UK

    http://twitter.com/mcfinster

    Comment


      #3
      Hmm, i seem to have lost where to get to the "<a href" of that navigation image.

      Where do i find it again, sorry

      Bash
      Nineplus.com - Surfboards, Longboards, Wetsuits and Accessories.

      Comment


        #4
        Bash,

        Depends what you mean. Do you use an image for the link? If you just paste this into your code:-

        <a href="<actinic:variable name="CartLinkText"/>"><img src="view_basket.gif" alt="View your Basket">

        replacing view_basket.gif with whatever you use.

        David
        Cheers

        David
        Located in Edinburgh UK

        http://twitter.com/mcfinster

        Comment


          #5
          Sorry,

          TOTAL NOOBAGE!!!

          im trying to find the catalog link, inside my home page - which of course it does not exist.

          Your first post fixed it, thanks

          Bash
          Nineplus.com - Surfboards, Longboards, Wetsuits and Accessories.

          Comment


            #6
            Not a problem, I have been very guilty of much Noobageness whilst using V8, and I have used Actinic for over 4 Years!!!

            David
            Cheers

            David
            Located in Edinburgh UK

            http://twitter.com/mcfinster

            Comment

            Working...
            X