Country Based Shipping:
Contribution to OScommerce providing a method for store owners to allow shipping
for a product only to certain countries (due to export regulations or whatever
other reason). You can restrict shipping to some countries by defining the Tax Zones
and then with the product administration tool restrict shipping to countries which
belong to a certain Tax Zone.
The module only works with COUNTRIES. So if you defined FLORIDA-USA as a tax zone (as the
default instalation does) and you define to ship a product only to FLORIDA tax zone,
the shipping will be allowed in ENTIRE U.S.A. but not in the other countries.
So when a customer from another country than USA proceed to checkout (s)he will see a
"Amazon" kind of message:
MG200MMS - Matrox G200 MMS
We're sorry. This item can't be shipped to your selected destination.
You may either change the shipping address or remove the item from your shopping cart.
Of course you should have a Shipping Policy posted on your website stating that some products
(Video Cards in this example) cannot be shipped but to US. Otherwise some customers from
other countries might get angry.
Hopefully, this explanation made any sense.:)
Legend: 
Download

Report
Very ninor changes to the checkout_shipping.php file to get it working.
Country Based Shipping_MOD11 v1.0:
This would select a single country's geo_zone_id to determine if a product could be shipped to a particular area.
This mod alters the checkout_shipping.php file so the product's tax zone is used to select
the Tax Zone entries for the address book's entry_country_id and entry_zone_id
Basically, you create a tax zone for the shipping area you want to use.
Then, add a new product and pick that zone as the one you will allow delivery to.
When checkout_shipping.php is called, it will compare the products tax-zone entry with
the country & state selections you added to the tax zone.
If the country & state id's are found in the tax zone, it will be allowed.
If the country & state id's are not in the tax zone, the error message will show beside
the entry(s) at fault, so the user is able to remove the specific products in question.
Many thanks to Adrian Novac (adi_novac) who has written this usefull module.
I've used Google to transalte all the texts into French, German, Espanol. Now you can easily install this module with a fresh copy of OSC MS2.
Forum for discusions is located at
http://forums.oscommerce.com/index.php?showtopic=97459
Country Based Shipping:
Contribution to OScommerce providing a method for store owners to allow shipping
for a product only to certain countries (due to export regulations or whatever
other reason). You can restrict shipping to some countries by defining the Tax Zones
and then with the product administration tool restrict shipping to countries which
belong to a certain Tax Zone.
The module only works with COUNTRIES. So if you defined FLORIDA-USA as a tax zone (as the
default instalation does) and you define to ship a product only to FLORIDA tax zone,
the shipping will be allowed in ENTIRE U.S.A. but not in the other countries.
So when a customer from another country than USA proceed to checkout (s)he will see a
"Amazon" kind of message:
MG200MMS - Matrox G200 MMS
We're sorry. This item can't be shipped to your selected destination.
You may either change the shipping address or remove the item from your shopping cart.
Of course you should have a Shipping Policy posted on your website stating that some products
(Video Cards in this example) cannot be shipped but to US. Otherwise some customers from
other countries might get angry.
Hopefully, this explanation made any sense.:)