Jump to content

Missing company field checkout


Recommended Posts

Hello,

 

I had problem in my 1.6.06 prestashop. There was missing company field in address during checkout. I resolve the problem like this:

 

In authentication.tpl find this:

{if $field_name eq "company" && $b2b_enable}

 

and delete && $b2b_enable

 

it will looks {if $field_name eq "company"}

 

This code is in file twice, so make this change twice.

 

 

If you are using one-page checkout make the same twice delete in file order-opc-new-account.tpl

 

I hope it shold help someone. If you don't see any changes just clear caches etc.

 

  • Like 1
Link to comment
Share on other sites

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