yari92 Posted November 21, 2017 Share Posted November 21, 2017 Salve, Vorrei sapere se c'è un modo per spostare il campo "Codice fiscale" dalla sezione "Informazioni personali" alla sezione "indirizzi" nei form di Checkout. Quindi da questa sezione: A questa: In modo che il campo viene salvato, e che nella sezione successiva permette la richiesta della fattura: Ho trovato in /classes/CustomerFormatter.php il codice del CF: $format['siret'] = (new FormField) ->setName('siret') ->setType('text') ->setLabel($this->translator->trans( // Please localize this string with the applicable registration number type in your country. For example : "SIRET" in France and "Código fiscal" in Spain. 'Identification number', [], 'Shop.Forms.Labels' )); E ho provato a spostarlo in /classes/CustomerAddressFormatter.php, Ma manca la parte di logica e del salvataggio del dato. Dove posso trovarla e come va modificata? Oppure c'è un modo più semplice? Grazie. 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