Announcement

Collapse
No announcement yet.

Cant add to cart after search results?

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

    Cant add to cart after search results?

    Hi,

    I have just realised that after a search on the website http://www.valves-online.co.uk on and after clicking a link to a product and going to that from the search results page the 'add to cart' button does not work?
    Anyone have any ideas why this isn't working?

    Cheers Keith

    #2
    I searched for "valve" and chose the first result.

    You have:
    Code:
    <form name="Act_SectionDroplist">
     <script language=Javascript1.1>document.write(ACT_DropListBox(section_tree))</script>
    </form>
    Within the single add to cart form. You can't nest FORM tags and this is probably upsetting things.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks Norman, I am looking at the forms and 'add to cart' library files but not quite sure which one I should check.
      Or is it in the search layout as I have used tables for the search results which could be why this is happening and I should check the search layouts?
      Cheers
      keith

      Cheers Keith

      Comment


        #4
        Ah yes i see the section drop list!! duh
        Thanks Norman!

        Cheers Keith

        Comment


          #5
          I see you've removed it and things work now.

          If you want to re-instate the section drop list, just make sure it's no inside any other FORM.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment

          Working...
          X