laimas,
Концепцию торговли мы могли бы обсудить с вами в другой раз. Сейчас же я попросила конкретного ответа на свой вопрос. Как сделать что-то на js так как нуб в нём. От вас ответа на свой вопрос я не получила.
j0hnik,
С name я немного не поняла. Вы предлагаете их по name обходить?
Но ведь при помощи name связываются input в fieldset
Например name="group8" в этой строке например
<fieldset class="well the-fieldset">
<input type="radio" class="radio" id="radio-11" value="500" name="group8"/>
<label for="radio-11">Kaspersky Antivirus Base - 2PC</label>
<label for="radio-11" class="price-custom">500 azn</label>
<br /><br />
<input type="radio" class="radio" id="radio-12" value="400" name="group8"/>
<label for="radio-12">ESET NOD32 Antivirus - 3PC</label>
<label for="radio-12" class="price-custom">400 azn</label>
</fieldset>