This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Woocommerce Price by Country

Description

WooCommerce price by country lets you set prices based on customer country. Your define your country groups (as many as you need), then set prices for those groups in each product.

From that point on when a shopper connect’s to site automatically detect country by google ClientLocation api and they’ll see the product prices that you’ve set for that group and be able to buy at those price. Prices appear across the store like any other product, meaning in the main shop page, category pages, cart, and checkout page.

If the product has no country group price for the shopper’s then shoppers can still buy at your regular price if you have a regular price set.

WooCommerce price by country works with simple products and variable products.

Add as many groups as you like using the built-in mini group manager (see the settings screenshot)
Remove an added group at any time
Set individual prices for any of your groups (see the product edit screenshot)

0.2 added

You can choose whether the modifier price is based on the shipping adress or billing
You can add a country selector on your theme with the code: do_action (‘get_pbc_country_dropdown’).

0.3 added
the country groups are modificable

0.31
bug fixes

0.32
bug fixes

0.34
Solved bugfix with wpml and woocommerce multilingual

0.35
Applied GoGlobal program suggestions to our code

0.36
Solved DEPRECATED functions

  • Requires WooCommerce 2.2.x or newer.

Screenshots

  • Settings Section
  • Product edit section

Installation

  1. Upload “woocommerce-price-by-country” folder to the “/wp-content/plugins/” directory.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. go to woocommerce > settings > integration tab > price by country option.
  4. push add new group button an then add many country groups as you like.
  5. go to product and define it’s price by group.
  6. if you enter a country selector on your theme adds this code: do_action(‘get_pbc_country_dropdown’),
  7. In simple products regular price set to “empty” and in variable products set price to “0”

FAQ

This plugin supports simple and variable products

Yes, of course.

You can add a country selector somewhere template

Yes, adding “do_action(‘get_pbc_country_dropdown’)”; .

If you use Woocomerce multilingual

you must set “Go to the native WooCommerce product editing screen” in “Product Translation Interface”

Reviews

June 24, 2023
I purchased this plugin through WooCommerce. I made a mistake I needed another plugin called WooCommerce Price Based on Country Pro. I contacted support in order to receive my money back but received no answer. In addition, I have received no invoice, no order number, just a link to download it. In order to download the invoice I have to login to woocommerce.com, but in order to to that you have to create an account with wordpress.com. I did all of that but when I log in I see no order, nothing. Watch out before you buy…
Read all 7 reviews

Contributors & Developers

“Woocommerce Price by Country” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.1

  • Initial release.

0.2

  • Added country selector by do_action(‘get_pbc_country_dropdown’)
  • If country isn’t in any country defined group, price and buy button disapear and is replaced by a configurable message.
  • compatibility with woocommerce 2.1

0.3

  • Added ability to edit groups of countries.
  • Added Choice if the factor that modifies the final price of the product is shipping or billing address.
  • Added a message for when a user is in a country where we no have defined a price.
  • Country selector only shows the countries in which the user has defined to be sold

0.31

  • Dropdown bugfix.

0.32

  • Dropdown bugfix.

0.33

  • price fix in variable products.

0.34

  • Woocommerce multilingual fix, and wpml fix.

0.35

  • Applied GoGlobal program suggestions to our code.

0.36

  • Solved DEPRECATED functions