Jump to content

Field in address form


Recommended Posts

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