Change title for addresse Customer in prestashop
Ho i can change label addresse customer prestashop 1.7?
Exampe alias:
open this file: classes/form/CustomerAddressFormatter.php, find this function: getFieldLabel and edit the labels showed in the following
and
Change return
case 'alias':
return $this->translator->trans('Alias', [], 'Shop.Forms.Labels');
To :
case 'alias':
return "Titre de l'adresse";
Ho i can change label addresse customer prestashop 1.7?
Exampe alias:
open this file: classes/form/CustomerAddressFormatter.php, find this function: getFieldLabel and edit the labels showed in the following
and
Change return
case 'alias':
return $this->translator->trans('Alias', [], 'Shop.Forms.Labels');
To :
case 'alias':
return "Titre de l'adresse";