Quote Originally Posted by simplelittlebaby View Post
I tried to search for this but couldn't find anything. I'm sure it is somewhere. When a customer using Internet Explorer uses our site, the site does not use the attributes we have listed. i.e. someone buys a green diaper but when it gets added to the cart just a diaper shows up (sorry baby business).

This error does not occur in Chrome or Firefox. Which is why it has taken me 2 weeks to figure out.

Please point me in the right direction.

Thanks
Melanie

website - www.simplelittlebaby.com
version v1.3.9d
For any cross browser problem, the first thing to check is whether you have validation errors in the core being output.

Nowadays browsers do a fairly good job of rendering correctly structured code consistently. So differences are almost always because of coding errors.

Applying this approach to your product page shows that you have nested a second form (wishpot) inside the main form and worse, the code isn't xhtml compatible so the browsers are seeing incomplete input fields. Some browsers are managing to make sense of this (probably by ignoring it completely, others not - hence the inconsistency that you're seeing).

So this is nothing to do with stock by attributes and instead is related to other changes that you have made to your product page.