Guest Posted October 23, 2008 Posted October 23, 2008 Okay, I just found out that folks using ie7 can't complete checkout. Right after the credit card info, there's a continue button. Well, the button looks like it's just an image and not a link. There's no hand when you put your cursor over it, and you can click to your hearts content, its not taking you anywhere. Anyone with a clue about this please gawd HELP!!!! PS: It works perfectly in Firefox
germ Posted October 23, 2008 Posted October 23, 2008 (\M/) /°V°\ You mean like that? :unsure: I made an account and got to the checkout_payment.php page. Here is what I think the problem is - form tags. On the checkout page, your form tags go: <form name="checkout_payment" ..... <form name="coupon" ....... </form> </form> I don't think you can have them nested like that. They should go: <form ......> </form> <form ......> </form> You need to open a form, close it, then open the next and close it, and so on. In this case, the coupon form being in the middle of the checkout form renders it inactive. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Guest Posted October 23, 2008 Posted October 23, 2008 (\M/)/°V°\ You mean like that? :unsure: I made an account and got to the checkout_payment.php page. Here is what I think the problem is - form tags. On the checkout page, your form tags go: <form name="checkout_payment" ..... <form name="coupon" ....... </form> </form> I don't think you can have them nested like that. They should go: <form ......> </form> <form ......> </form> You need to open a form, close it, then open the next and close it, and so on. In this case, the coupon form being in the middle of the checkout form renders it inactive. You da bat! I'm changing it now...let you know...
Guest Posted October 23, 2008 Posted October 23, 2008 Nope. I've closed the form before the coupons, and it's a no go. I'm freaking out here!
Guest Posted October 23, 2008 Posted October 23, 2008 You're a kick-ass BATMAN!!!! I had to take out the coupon form where I had it. You ROCK!!! I wipe away all the keyboards...YOU ARE FREE OF BUYING KEYBOARDS!!!! ....wanna vibrator?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.