Announcement

Collapse
No announcement yet.

View Cart link not working

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

    View Cart link not working

    Hi,

    I've just built my first Actinic eCommerce site for a client and the view cart text link doesn't work. It returns the following:

    A General Script Error Occurred
    Error: The input is NULL

    The URL is missing the ?ACTION=SHOWCART code at the end. I gather it should read http://www.prestigerubberstamps.co.u...CTION=SHOWCART

    However it reads http://www.prestigerubberstamps.co.u...in/ca000001.pl

    How do I correct this?

    Cheers
    Katy

    #2
    If you've hardcoded the link then just correct the link, if not then try resetting the containing layout to default and see if it works correctly.

    Comment


      #3
      The link isn't hardcoded by me, its part of the horizontal nav bar text links layout provided by the Actinic software. The href location is the CartPageURL variable.

      Comment


        #4
        didn't Darren report this when he upgraded a site from V8 to V9?

        I know this is a new build but it might be a general code 'bug' rather than an upgrade bug.
        I'll try to find his original post for the solution

        editted to say...never mind..it wasn't the same problem but the link is HERE for anyone who searches and whose problem may be similar
        Tracey

        Comment


          #5
          Try using this for the two links in the layout:

          Code:
          <a href="<actinic:variable name="CartLinkText" />" ><actinic:variable name="CartText" /></a>
          
          
          <a href="<actinic:variable name="OrderLinkText" />" ><Actinic:Variable Name="CheckOutText"/></a>

          Comment


            #6
            yeeeeaaahhhhhh, that worked! Many thanks, I can sleep easier tonight!

            Comment

            Working...
            X