Jump to content

Attribute als Radio-Button


Recommended Posts

Hallo,

die Eigenschaften oder Attribute eines Artikels werden ja als Select-Box angezeigt.

Kann man dieses auch umstellen, dass statt einer Select-Box Radio-Buttons untereinander erscheinen ?
Und dadurch der Preis verändert wird ?

Hab schon einiges ausprobiert, leider ohne Erfolg.


{if isset($groups)}

<!-- attributes -->

{foreach from=$groups key=id_attribute_group item=group}


{$group.name|escape:'htmlall':'UTF-8'} :


{foreach from=$group.attributes key=id_attribute item=group_attribute}

<input type="radio" name="group_{$id_attribute_group|intval}" id="group_{$id_attribute_group|intval}" value="{$id_attribute|intval}">{$group_attribute|escape:'htmlall':'UTF-8'} 


{/foreach}

{/foreach}

{/if}



Mit dem o.g. Code ändert er weder den Preis, noch fügt er das ausgewählte Attribut in den Warenkorb zu.

Ich glaube das liegt in der product.js - Da ich aber mit javascript nicht allzuviel am Hut habe, komme ich leider nicht weiter.

Vielleicht kann ja jemand helfen.

Vielen Dank im Voraus.


Nico

Link to comment
Share on other sites

  • 5 months later...
  • 2 months later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...