Hi,
I have certain fields like commerce_billing that contains: name, address, postalcode and country.
Now they are put in one string with only spaces where they are naturally are: "obama street511000xm usa"
Is it possible to seperate fields which consists of more values?

Thanks a lot in advance for your reply!
Greetings, Martijn

Comments

junedkazi’s picture

IF you are using the address field module then you can use https://drupal.org/project/addressfield_tokens add the address field multiple times and select the specific token you want to display.

Summit’s picture

Hi,
You mean that I can rewrite the view results using addressfield_tokens module?
Greetings, Martijn

junedkazi’s picture

It gives to the option to add the same field again and lets you choose which value u want to display in each instance. Also the option to use tokens to rewrite the results on a whole.