Quote Originally Posted by Briann View Post
Excuse me, but I have another question...

Is it possible to have the iso country codes instead of the name of the country? I looked into the database, but it seems that the country code isn't stored per order... We need those for our shipper.

Maybe you know some php code that can replace several country names to an iso code? It's only for 3 countries, so there's no need for a complicated system, I think.

If someone could manage that (I can't code PHP yet), I would be very grateful for that!!
Brian,

You could pull the country codes from the table in the database but a change to the current query would need to be made to allow for that. The reason the current country name was used is for shipping purposes.

In my next release I'll also look at including the country code as an option as well.