Jump to content

Recommended Posts

Bonjour tout le monde,

 

Je rencontre un problème pour ajouter un client dans un groupe par un radiobutton lors de son inscription ====>

 

 

Vous êtes ?<br />
 <input type="radio" name="id_group" value="1" id="id_group1"  onClick="cacher();" {if isset($smarty.post.id_group) && $smarty.post.id_group == 1 }checked="checked"{/if}/> Particulier

 <input type="radio" name="id_group" value="4" id="id_group4"  onClick="afficher();" {if isset($smarty.post.id_group) && $smarty.post.id_group == 4 }checked="checked"{/if}/> Client Pro <br /> 

 

 

 

l'ID du groupe créé est bien 4 mais rien ne se passe :(

la version utilisée de prestashop est la 1.6.0.6

 

Merci de me venir en 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...