Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Flavour drop menu problem


ergomax

Recommended Posts

Hello everybody,

 

 

I've got a question about adding a " flavour drop menu" to a product. Everything seems to be working fine when I go through the whole process except the "add to cart" button doens't work anymore once the drop menu has been added. In Firefox the problem is gone but it's still there in IE.

 

 

Paul

The Netherlands

Link to comment
Share on other sites

I'll tell you what I think is wrong.

 

Your HTML is a wreck!

:o

 

Look at the HTML source where it doesn't work in IE.

 

You've got multiple <html> <head> and <body> tags.

 

The general layout of a web page should be like this:

 

<html>
<head>
 <title></title>
</head>

<body>

</body>
</html>

Each one of the tags I've listed should appear in the source on any given page ONCE.

 

You have them multiple times.

 

Firefox is generally a more "intelligent" browser so it makes up for your HTML "sins".

 

IE is pretty stupid so it's choking on your code.

:blush:

 

I really think if you get the HTML striaght it will probably work.

;)

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 >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...