Hi exoticcorpse
I spent ages trying to add a tag around the price. I finally did (i used an em tag), but then realised that css has no affect on tags inside the option tag.
The below css has no affect
#productinfoBody #productAttributes select option em {
display: none;
background-color: white;
}
I didn't know that before :-(
I have been trying fo a little bit and hopefully someone can answer a couple of questions.
1) The price updater updates my top price even when I have selected attributes not to be added to the base price. Is there a way I can exclude select attribute prices from the price updater? I have certain items that need an extra handling charge via UPS and there appears no other way to add them to the total.
2) A smaller problem but if someone has a solution it would be great. On products with no attributes I recieve an error on page in IE. "Error: '1' is null or not an object". Can this be fixed so it does not come up with an error?
Thank You
Paul