Description
Do you have products in your WooCommerce shop that you for some reason can’t sell to customers in certain countries?
If you do, this is the plugin for you!
For each product in your shop, you will be able to specify a list of countries that you may sell that particular
product to. Or, you can specify a list of countries that you don’t want to sell to.
Geolocation is used to determine what country the visitor is in, if their country is not in the approved list of countries
for the product, the add-to-cart button will be disabled.
You will need WooCommerce 3.0 or newer.
Does support translation.
Screenshots
Installation
- Upload the folder ‘product-country-restrictions
to the
/wp-content/plugins/` folder - Activate the plugin through the ‘Plugins’ menu in WordPress
- Make sure you have setup “shipping countries” in woocommerce general settings.
- Edit a product to see your new options
FAQ
- Installation Instructions
-
- Upload the folder ‘product-country-restrictions
to the
/wp-content/plugins/` folder - Activate the plugin through the ‘Plugins’ menu in WordPress
- Make sure you have setup “shipping countries” in woocommerce general settings.
- Edit a product to see your new options
- Upload the folder ‘product-country-restrictions
- Is this well tested?
-
Not really. But I do believe it will work, most of the time.
- Is geolocation reliable?
-
Somewhat. For this purpose, it should be good enough. A clever user could of course bypass geolocation by using a proxy service.
Reviews
Contributors & Developers
“Product Country Restrictions” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Product Country Restrictions” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.4.3
- Some improvements for variable products
0.4.1
- Minor bug fix for WooCommerce 3.0+
0.4
- You can now set restrictions for product variations
- Under woocommerce/settings/products/display, you can configure the message that will be displayed when a product is restricted.
0.3
- Initialization of the Geolocation DB at plugin activation
0.2
- added check for proper WooCommerce version
0.1
- Initial version.