Jump to content

[SOLVED]How to change language below last name, first name in the sign up part


Recommended Posts

  • caffe663 changed the title to [SOLVED]How to change language below last name, first name in the sign up part

Do you know how to remove these comments?

I cheched into the "customer-form.tpl" file, but I can't find how to remove them:

      {foreach from=$formFields item="field"}
        {block "form_field"}
          {form_field field=$field}
        {/block}
      {/foreach}

 

Link to comment
Share on other sites

  • 1 year later...
On 5/31/2021 at 11:47 PM, DARKF3D3 said:

Do you know how to remove these comments?

I cheched into the "customer-form.tpl" file, but I can't find how to remove them:

      {foreach from=$formFields item="field"}
        {block "form_field"}
          {form_field field=$field}
        {/block}
      {/foreach}

 

Easiest way is by css.

#customer-form .form-control-comment {display:none;}

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