Pregunta

How can I add labels to the address fields. Example: Field 1: Field 2: Field 3: enter image description here

¿Fue útil?

Solución

Address fields already have label on checkout page but it sets hide in css by default.

So you just need to put below css in your theme's css file.

.field.street .field .label { display :block !important }

For the quick change of label text, you should use language csv file to convert text as below

"Street Address: Line 2","Line 2"

Here, i have shared screenshot that i have done for my client.

enter image description here

Thanks Amit

Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top