Jump to content

Bouton Radio sur la fiche produit


Recommended Posts

Bonjour à tous,

J'essaie de transformé les liste déroulantes de la fiche produit en bouton type "radio". J'ai vu qu'un module existé mais me met mes différentes caractéristiques dans un seul tableau, or moi j'ai besoin de plusieurs tableaux...

J'ai essayer de changer dans product.tpl, mais il ne récupère pas mes déclinaisons
Voici mon code :

{if isset($groups)}
           <!-- attributes -->

           {foreach from=$groups key=id_attribute_group item=group}
           {if $group.attributes|@count}


{$group.name|escape:'htmlall':'UTF-8'} :
               {assign var='groupName' value='group_'|cat:$id_attribute_group}
               {foreach from=$group.attributes key=id_attribute item=group_attribute}
{$group_attribute|escape:'htmlall':'UTF-8'}<input type="radio" name="{$groupName}" value="{$id_attribute|intval}" /> 
               {/foreach}

           {/if}
           {/foreach}

          {/if}




Merci de votre aide

Link to comment
Share on other sites

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...