New Zenner
- Join Date:
- Oct 2008
- Posts:
- 59
- Plugin Contributions:
- 0
Dynamic Price Updater
exoticcorpse:
Not sure what you're trying to do exactly, but it might be an idea to put div tags around the price and then set the CSS to display:none to stop the price from displaying but still allow the calculations to work correctly...?
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 :-(