New Zenner
- Join Date:
- Nov 2009
- Posts:
- 27
- Plugin Contributions:
- 0
Dynamic Price Updater with href
Hi I have DPU installed and this great mod works fine but what I wanted to do was display some attributes as links (href) so when you click on one it changes the price and DPU, so I thought the easiest way would be to just change the attribute drop down and make it hidden all using this code:
<a href="javascript:void(0)" id="option1">£49.00</a>
<a href="javascript:void(0)" id="option2">£89,99</a>
<a href="javascript:void(0)" id="option3">£109.00</a>
id[2] is my attribute drop down box which changes fine but DPU does not update as I though it would any idea how I can get around this..
Thanks in advance.
Maxell