Announcement

Collapse
No announcement yet.

Can't add products to basket :(

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

    Can't add products to basket :(

    Everything was fine, now when I try to add an item to the basket I get:

    "The following product(s) can not be added to the cart.
    You can find the error description(s) by following the link(s)." And the link just gives an obscure Javascript message - javascript: location.hash = 'a26'; void 200

    Any ideas?

    Cheers

    James

    #2
    What's your sites URL?

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      http://www.sonicaredirect.co.uk/acatalog/products2.html

      Comment


        #4
        It could be that you've got that Sections shopping mode to be Quantity on Product Page but have the NETQUOTEVAR:PRODUCTQUANTITY commented out or missing in the Product Template you are using.

        Also there's very little in the <HEAD> ... </HEAD> area of your product pages. You need the lines

        <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
        <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
        <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
        <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
        <Actinic:COOKIECHECK/>


        In order for Actinic to function properly.


        Norman
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          ok thanks

          Comment

          Working...
          X