Jump to content

Modifier formulaire inscription


Recommended Posts

Bonjour, je lance un appel à l'aide.

 

Dans mon formulaire d'inscription j'ai un champ "customer" qui est visible mais vide (voir pièce jointe).

 

Je ne comprends pas ce qu'il fait là, j'ai pourtant configuré les titres de civilité dans mon BO.

 

Je souhaiterais donc le retirer.

 

J'ai regardé sur d'autres sujets, il est indiqué de modifier le fichier adress.tpl et authentification.tpl mais moi je n'ai pas ce qu'il est censé y avoir.

Voici ce que j'ai :

adress.tpl

{extends file='customer/page.tpl'}

{block name='page_title'}
  {if $editing}
    {l s='Update your address' d='Shop.Theme.Customeraccount'}
  {else}
    {l s='New address' d='Shop.Theme.Customeraccount'}
  {/if}
{/block}

{block name='page_content'}
  <div class="address-form">
    {render template="customer/_partials/address-form.tpl" ui=$address_form}
  </div>
{/block}

authentification.tpl

{extends file='page.tpl'}

{block name='page_title'}
  {l s='Log in to your account' d='Shop.Theme.Customeraccount'}
{/block}

{block name='page_content'}
    {block name='login_form_container'}
      <section class="login-form">
        {render file='customer/_partials/login-form.tpl' ui=$login_form}
      </section>
      <hr/>
      {block name='display_after_login_form'}
        {hook h='displayCustomerLoginFormAfter'}
      {/block}
      <div class="no-account">
        <a href="{$urls.pages.register}" data-link-action="display-register-form">
          {l s='No account? Create one here' d='Shop.Theme.Customeraccount'}
        </a>
      </div>
    {/block}
{/block}

Merci de bien vouloir m'aider s'il vous plaît.

 

Je suis sous prestashop 1.7.1

 

 

 

mini_221695customer.jpg

Link to comment
Share on other sites

  • 4 months later...
  • 1 year 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...