Jump to content

Field in address form


Recommended Posts

  On 6/5/2015 at 9:00 AM, tuk66 said:

Try to remove that fields from Address Format in Localization > Countries > "Every country".

hi there is another way from tpl i can remove that because it is very difficult to remove it from every country

Link to comment
Share on other sites

First, try if it helps. Then there is no big problem to "edit" all address formats via a SQL query - something like (this example removes vat_number):

UPDATE ps_address_format SET `format` = REPLACE(`format`,'vat_number\n', '');

Of course, BACKUP your database first!

Edited by tuk66 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...