Hello,
I’m doing some adjustments on the customers account page, and I’m trying to use some customer_address objects, but it’s not working…
Here it is an example
{{ customer_address.zip }}
This should show the customers zip code when logged in, but nothing appears.
I know that the customers account details already display the zip code but I want display it in this way:
example:
zip code: 1234-567
instead of just
1234-567
But im failing with the following line code:
zip code: {{ customer_address.zip }}
Can you help me?
Thank you