Announcement

Collapse
No announcement yet.

broken add to cart button

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

    broken add to cart button

    Hi,

    my add to cart button has stopped working, can anyone see why??

    www.city-visitor.com/acatalog/

    Cheers
    Angie

    #2
    They seem to work now for me. Are you still experiencing difficulties?

    Comment


      #3
      i have moved the <form> tag so my Act_primary page lookes like this:

      <FORM METHOD=NETQUOTEVAR:CGIMETHOD ACTION="NETQUOTEVAR:CGIURL" NETQUOTEVAR:ONSUBMIT>
      <CENTER>

      <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
      <TR>
      <TD VALIGN=MIDDLE ALIGN=LEFT >

      NETQUOTEVAR:HIDDENFIELDS
      NETQUOTEVAR:HEADER
      NETQUOTEVAR:BULK
      <!-- listings go here -->

      <!-- NETQUOTEVAR:FOOTER -->

      <!-- <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="600" >
      <TR>

      <TD ALIGN=LEFT>
      <FONT COLOR="#ffffff" SIZE="-2"><BR><BR><BR>NETQUOTEVAR:FOOTERMETA</FONT></TD></TR>
      </TABLE> -->
      </TD></TR>

      </TABLE>

      </CENTER>
      </FORM>

      with the other page code around it.

      This works fine... apart from on a mac where if you add something to the cart then go back to the index page all of the categories disappear.

      But if i move the form tag to the top of the code something in between interferes.

      Comment


        #4
        Moving the <FORM> tags in the way you did will disable all your add to cart buttons.

        I'm surprised you get the issue with the MACs as this has never been reported before - and I'm sure it would have done if it was an issue. That front page is just bog-standard static HTML.

        Comment

        Working...
        X