by Jim » Wed Apr 06, 2011 11:27 am
This could be done using the ShopSite shipping method Flat Shipping. That method allows you to define different options and could be done by country. However, the shopper picks the shipping method that they want from the listed options. There is no way to check that if they enter a European country that they also select the shipping method for Europe. I might be possible to do a check of the country and shipping option selected using Javascript but that is not built into ShopSite.
The other option would be to use the Custom Shipping APi and write a program that would be passed the country they enter and it would only return valid shipping rates for that country. Again this is something that you would have to write or have written for you.