Jump to content

[Résolu] Modifier les infos clients


Recommended Posts

  • 4 months later...

Il suffit de supprimer ceci


               <input type="checkbox" id="newsletter" name="newsletter" value="1" {if $smarty.post.newsletter == 1} checked="checked"{/if} />
{l s='Sign up for our newsletter'}



               <input type="checkbox" name="optin" id="optin" value="1" {if $smarty.post.optin == 1} checked="checked"{/if} />
{l s='Receive special offers from our partners'}



dans identity.tpl

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