Jump to content

Spostare CF in Indirizzi (Checkout)


yari92

Recommended Posts

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:

image001.png.19dcd550b6182e7115fd06b7fd83bde7.png

A questa:

image002.png.7b52a57c2a52103df3f5cd4a8fa559b1.png

In modo che il campo viene salvato, e che nella sezione successiva permette la richiesta della fattura:

image003.png.326b3891700fc48a1a4c39ee0d8e241b.png

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...