Announcement

Collapse
No announcement yet.

My "Add to basket" button does not work

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

    My "Add to basket" button does not work

    Hi,

    I dont know what on earth I have done but when I go to buy a product my add to basket button does not do anything, it does not even throw an error.

    Here is what the html looks like
    HTML Code:
    <Actinic:ACTIONS><P><INPUT TYPE=SUBMIT VALUE="Add to basket" NAME="A036796" class="addtocart"></P></Actinic:ACTIONS>
    Its used to work and I dont remember changing anything.

    Please if someone could help it would be much appreciated.

    Angi
    christopherpiperwines.co.uk
    skatewarehouse.co.uk
    progrow.co.uk
    cheeksandcherries.co.uk

    #2
    Assuming your product reference is "A036796" then that code looks slightly wrong. I'd expect to see NAME="_A036796".

    Also the problem may be elsewhere on your page.

    If nothing's happening then the obvious thing to look for is that the <FORM...> and </FORM> tags are there and enclose the product HTML.

    Post a URL so we can take a look.

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

    Comment


      #3
      You can't have a <FORM...> within another <FORM...> and that's what you've done. Your "Meal Companion" is using a hard coded Form and this is inside the Product Form.

      Either temporarily lose the Meal Companion code or move it to a suitable place in Act_Primary.html where it's not within an existing Form.

      Norman

      PS Here's how I found that out in under a minute. I viewd your page with IE. Did a File / Save As / Web Page Complete (to a temp location) and opened the saved HTML file in Dreamweaver and bingo there was the error in bright Yellow.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thank you - silly me!
        christopherpiperwines.co.uk
        skatewarehouse.co.uk
        progrow.co.uk
        cheeksandcherries.co.uk

        Comment

        Working...
        X