Click to See Complete Forum and Search --> : HTMLgoodies.com Shopping Cart Problems.


acidXrock
10-24-2003, 08:01 PM
I have recently used the shopping cart provided on htmlgoodies.com for use to start a little store. But I have problems. I have copied it exactly and have only changed the colors, and the email like it says. Still when testing it ont he order page when I click place order it does not submit or go to the thanks page like it should. I ahve looked over and over and can not find the problem. I hope someone can help. The address is http://www.geocities.com/dkiddo3302 for the main page. Thansk for any help.

chestertb
10-24-2003, 08:18 PM
I had a similar form submission problem. Code looked fine... click submit... nothing.

Seems the problem had to do with frames.

I fixed it by moving the submit and all of the functions to the top frame. I just replicated the form with hidden fields. Now, when my user clicks submit, the data in the form on the cart frame is copied to the data in the hidden form on the top frame, and is submitted from there.

Might not be elegant, and it might create duplication of code etc, but hey, it works. I'll get around to finding a better way later.

Maybe one of the more learneds around here might have a more efficient way but if not, try the above.

IB