Frage

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

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top