Replacing "Zone" & "VAT" labels on customer registration form

X-Admin

New Member
Hi there,

If there a way to replace the labels on registration form, like Zone -> State, ZIP code to Post Code, VAT number to VAT/GST etc.

I've searched through the model files, couldn't find what I'm looking for. probably I don't really know where to find.

Code:
<?php echo $form->labelEx($company, 'zone_id'); ?>

1768305218663.png

Cheers!
 
You can do it via translations, Go to backend > extend > languages, add English (en_gb/en_us/etc) then inside the language, in the translations area, find the strings you need to show different text, and change those accoringly.
 
Back
Top