Hi, in the Zone Rates shipping options, I noticed you feed it the two character ISO country codes which is fine.

But when you click the "Estimate Shipping" button in the store it will say something like; "Shipping to FJ" or "Shipping within AU" - instead of the whole country name.

I found the value; [FONT="Courier New"]$dest_country[/FONT] which seems to hold the iso code in the Zones.php file

Is there a way for me to equate that to the whole country name?

Im even happy to clone the Zone Rate module for each country we ship to so that [FONT="Courier New"]$dest_country[/FONT] would only represent one value in each case.

Is this easy done? I have very basic php skills but thats about it.