Price Based on Country for WooCommerce allows you to sell the same product in multiple currencies based on the country of the customer.
How it works
The plugin detects automatically the country of the website visitor throught the geolocation feature included in WooCommerce (2.3.0 or later) and display the currency and price you have defined previously for this country.
You have two ways to set product's price for each country:
- Calculate price by applying the exchange rate.
- Set price manually.
When country changes on checkout page, the cart, the order preview and all shop are updated to display the correct currency and pricing.
Multicurrency
Sell and receive payments in different currencies, reducing the costs of currency conversions.
Country Switcher
The extension include a country switcher widget to allow your customer change the country from the frontend of your website.
Shipping currency conversion
Apply currency conversion to Flat and International Flat Rate Shipping.
Compatible with WPML
WooCommerce Product Price Based on Countries is officially compatible with
WPML.
Upgrade to Pro
This plugin offers a Pro addon which adds the following features:
- Guaranteed support by private ticket system.
- Automatic updates of exchange rates.
- Add an exchange rate fee.
- Round to nearest.
- Display the currency code next to price.
- Compatible with the WooCommerce built-in CSV importer and exporter.
- Thousand separator, decimal separator and number of decimals by pricing zone.
- Currency switcher widget.
- Support to WooCommerce Subscriptions by Prospress .
- Support to WooCommerce Product Bundles by SomewhereWarm .
- Support to WooCommerce Product Add-ons by WooCommerce .
- Support to WooCommerce Bookings by WooCommerce .
- Support to WooCommerce Composite Product by SomewhereWarm.
- Support to WooCommerce Name Your Price by Kathy Darling.
- Bulk editing of variations princing.
- Support for manual orders.
- More features and integrations is coming.
Get Price Based on Country Pro now
Requirements
- WooCommerce 3.4 or later.
- If you want to receive payments in more of one currency, a payment gateway that supports them.
- Download, install and activate the plugin.
- Go to WooCommerce -> Settings -> Product Price Based on Country and configure as required.
- Go to the product page and sets the price for the countries you have configured avobe.
Adding a country selector to the front-end
Once you’ve added support for multiple country and their currencies, you could display a country selector in the theme. You can display the country selector with a shortcode or as a hook.
Shortcode
[wcpbc_country_selector other_countries_text="Other countries"]
PHP Code
do_action('wcpbc_manual_country_selector', 'Other countries');
Customize country selector (only for developers)
- Add action "wcpbc_manual_country_selector" to your theme.
- To customize the country selector:
- Create a directory named "woocommerce-product-price-based-on-countries" in your theme directory.
- Copy to the directory created avobe the file "country-selector.php" included in the plugin.
- Work with this file.