PDA

View Full Version : broken add to cart button


angieb
30-Sep-2003, 02:35 PM
Hi,

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

www.city-visitor.com/acatalog/

Cheers
Angie

cdicken
02-Oct-2003, 04:38 PM
They seem to work now for me. Are you still experiencing difficulties?

angieb
03-Oct-2003, 08:30 AM
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.

cdicken
03-Oct-2003, 04:18 PM
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.