Announcement

Collapse
No announcement yet.

Add to cart error

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

    #16
    it's probably not the add to cart button itself that's the problem, I don't think.
    it could be the form or something else in your product layout.

    Go to your product layout and paste the code but place it between [ CODE ] your code here [ /CODE ] tags (without the spaces between the square brackets) so it displays neater
    (I tried posting that in first post but forgot to put anything in the middle of the tags so it was blank dur lol)
    Tracey

    Comment


      #17
      Chris,

      Looking at the source code on your website it shows that the form details are:

      HTML Code:
      <form action="" method="post">
      This is wrong as the action should be posting the page to a cgi-bin script.
      Your host is not allowing posts to the same page in the acatalog folder.

      Check that your Actinic has
      HTML Code:
      <form method="post" action="<actinic:variable name="OnlineScriptURL" value="Shopping Cart Script URL" />">
      in your design tab.
      Fergus Weir - teclan ltd
      Ecommerce Digital Marketing

      SellerDeck Responsive Web Design

      SellerDeck Hosting
      SellerDeck Digital Marketing

      Comment


        #18
        Checked the code, it is there in actinic but when uploaded it is missing in the source code, does this mean it is probably a server issue?

        Comment


          #19
          Success i think!!! Just found that the shopping cart script URL code was blank, so reset the layout and it seems to have done the trick, thanks for your help guys!!no doubt i will need some help again soon!!

          Comment

          Working...
          X