Fixed Price Across EU
Display the same final price including VAT for products across all EU countries by automatically adjusting the product net price.
by Shameem Reza · github.com/shameemreza/fixed-price-across-eu · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/shameemreza/fixed-price-across-eu/archive/refs/heads/main.zipReadme
Fixed Price Across EU
It solves a common problem for WooCommerce stores selling across the European Union: customers in different countries seeing different prices due to varying VAT rates.
This mini plugin automatically adjusts the product's net price (without VAT) based on the customer's location, ensuring that the final price displayed to the customer (including VAT) is the same regardless of which EU country they are in.
How It Works
- When a customer visits your store, the plugin detects their country.
- It calculates the appropriate net price needed to achieve the same final price as in your base country.
- The adjusted price is used for display and cart calculations.
- The customer sees the same final price regardless of their country's VAT rate.
Requirements
- WooCommerce 6.0 or higher.
- Taxes must be enabled in WooCommerce.
- "Display prices in the shop" should be set to "Including tax".
- "Display prices during cart and checkout" should be set to "Including tax".
Installation
- Upload the
fixed-price-across-eufolder to the/wp-content/plugins/directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Make sure your WooCommerce tax settings are properly configured:
- Taxes should be enabled.
- "Display prices in the shop" set to "Including tax".
- "Display prices during cart and checkout" set to "Including tax".
- All relevant tax rates for EU countries should be set up.
FAQs
Does this plugin handle digital goods?
Yes, the plugin works for both physical and digital products.
Does this work for variable products?
Yes, the plugin adjusts prices for simple, variable, and variation products.
Will this affect my profit margins?
Yes, your net profit may vary slightly between countries due to the different VAT rates. The plugin ensures customers see the same final price, which means your net earnings will be lower in countries with higher VAT rates.