by Jim » Fri Aug 28, 2009 6:52 am
Using the ShopSite Shipping by Weight would be the only built in way to do that. The drawback is that the shopper has to select which shipping option they want so they can select the cheapest one, which would always be a US option. YOu could probably add some javascript to the cart (if you are using a Pro level store) that would compare the country selected and the shipping option and not allow the US options if the country they selected wasn't the US. Then you would popup a message saying they need to select an international shipping option.
The other option would be a custom shipping add on to determine the country they are from and just return shipping options for that country. Custom Shipping add on is a Pro level feature also.