PabloDK Posted June 25, 2022 Share Posted June 25, 2022 (edited) Hi there, How do I remove "VAT code" + "Company" fields from ALL countries on the check-out page WITOUT going through all countries via the B.O. manually (I can't find the template I need to edit to remove them or the DB-table I need to make changes to in the DB)? I'm running version 1.7.8.6 of PrestaShop. Edited June 25, 2022 by PabloDK (see edit history) Link to comment Share on other sites More sharing options...
PabloDK Posted June 25, 2022 Author Share Posted June 25, 2022 SOLVED! Update [your_db_prefix]_address_format set format = replace(format, 'company\n', '') Update [your_db_prefix]_address_format set format = replace(format, 'vat_number\n', '') 2 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now