Deskripsi
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.
Requirements
- WooCommerce 3.4 or later.
- If you want to receive payments in more of one currency, a payment gateway that supports them.
Tangkapan Layar
Blok
Plugin ini menyediakan 1 blok.
- Settings
Instalasi
- 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.
Tanya Jawab
-
How might I test if the prices are displayed correctly for a given country?
-
If you are in a test environment, you can configure the test mode in the setting page.
In a production environment you can use a privacy VPN tools like TunnelBear or ZenMate
You should do the test in a private browsing window to prevent data stored in the session. Open a private window on Firefox or on Chrome
Ulasan
Kontributor & Pengembang
“Price Based on Country for WooCommerce” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.
Kontributor“Price Based on Country for WooCommerce” telah diterjemahkan dalam 2 bahasa. Terima kasih kepada para penerjemah untuk kontribusi-nya.
Terjemahkan “Price Based on Country for WooCommerce” dalam bahasa Anda.
Tertarik mengembangkan?
Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.
Log Perubahan
4.0.1 (2025-03-17)
- Fixed: Polylang compatibility: Empty query var index generates a PHP error.
- Fixed: The variation prices transient cache is overridden due to the incorrect hash.
4.0.0 (2025-03-11)
- Added: Tested up WooCommerce 9.7+.
- Added: Core performance improvements:
- Display prices on the page 10%-15% faster.
- The number of the post_meta rows needed to store the prices has been reduced.
- All queries have been optimized.
- The admin background process runs now on the Action Scheduler.
- Added: Polylang support: Synchronizes data between languages.
- Added WPML support: Data synchronization between languages now runs in the plugin core instead of being delegated to WMPL.
- Added: Country Switcher as WordPress Block.
- Added: Users can add all countries to pricing zones instead of only the ones included in the “Selling location(s)” option.
- Added: Responsive design to settings pages.
- Tweak: Prevent browsers from asking users if they want to resend the form on page refresh after switching countries using the widgets.
- Fixed: The price filter classic widget (by WooCommerce) displays incorrect minimum and maximum values.