Split info contained in [commerce-order:commerce_customer_shipping]
Hallo Guys
I want to send an email containing the following information about customer shipping user:
- name
- email
- address
If I use in the body fields
[commerce-order:mail-username]
[commerce-order:commerce_customer_shipping]
I receive
[email protected]
Name Surname
street ....
zipcode City zone
county
I want to split [commerce-order:commerce_customer_shipping] in different fields:
- Name Surname
- Address
- Zip code
- City
- Zone
- Country
I try to use for zipcode
[commerce-order:commerce_customer_shipping:0:postal_code]
or
[commerce-order:commerce_customer_shipping:postal_code]
but nothing appear.
is possible to split the [commerce-order:commerce_customer_shipping] structure and extract any single fields ?
thank you