Хочу вместо select option сделать input type="radio"
Не понимаю как сделать чтоб скрипт обновлял цену
Сейчас все выглядит вот так
{if $product->variants|count > 0}
<!-- Выбор варианта товара -->
<form class="variants" action="/cart">
{* Это если вариант 1*}
{if $product->variants|count==1 && !$product->variant->name}
{foreach $product->variants as $v}<input id="product_{$v->id}" name="variant" value="{$v->id}"
type="radio" {if $product->variant->id==$v->id}checked{/if}