WooCommerce
-
EU VAT number
Hi - Prior to Brexit I used your plugin - EU VAT number - the plugin was very useful and did the job I wanted it to do
However, since we are no longer in the customs union and we don't charge VAT, the plugin was superfluous.
We ship regularly to the EU but deliveries were taking forever to move through customs because of the new Duty/Tax levies that the recipient now needs to pay on receipt
So we took the decision to use a DT1 service (tax and duty paid upfront) with our couriers, which means the parcels…
1 vote -
BtoB: proper EU VAT rules extension virtual goods
Hi, for EU B2B virtual goods a lot of tweaks are necessary to use woocommerce or woocommerce subscribtion when selling also to B2C
When making a extension with all proper tax classes (now everyone has to find out the wheel again, search all EU iso codes ( the right formated ones) makes the tax classses buy the extension http://docs.woothemes.com/document/eu-vat-number-2/ to collect and verify the right VAT, and the modify the checkout form.
Rules
Company / 'shop base country' / valid VAT= add 'shop base country'% VAT
Company / EU but not 'shop base country'/…5 votes -
Automatically fetch the latest EU VAT rates
The EU VAT plugin makes it possible for the buyer to add their VAT ID sonthat they don't have to pay tax. That's great so far. But...
It would be even better if the plugin automatically could fetch the latest VAT rates and update them accordingly. That way the user of the plugin won't manually have to keep track of all the EU VAT rates and rhe plugin would be totally automatic.
4 votes -
Add EU VAT to "My Account" signup
Add a restriction to signing up for an account by adding the EU VAT number to signup fields (with automated check).
8 votes -
EU VAT removal only outside of the base country
The EU VAT Number plugin needs to be improved in order to follow the EU law guidelines. Only businesess OUTSIDE of the shop base country should optionally not be charged. All businesess INSIDE of the base country must be charged VAT. The plugin now has an illegal behaviour because it allows selling without taxes in a base country, which has no sense. We have disabled the plugin because people were trying to buy inside our base country without paying taxes.
5 votes -
Add field in EU VAT extension
Add Meta data for purchase : vatnr, vatnumber, vatnr, vatnumber, btwnummer, btwnummer, btwnr, btwnr, billingeuvatnumber, billingbtwnummer of vatid
4 votes -
Pre-fill EU VAT number if known when manually entering an order as store manager
As store manager, I can create a new order on behalf of an existing customer (for example after agreeing the purchase over the phone).
After I select the right customer in WooCommerce -> Orders -> new screen in the WordPress backend, first I select the right customer. Then I click the Load billing address link. It fills all the fields with the data stored for the customer, but it skips the VAT number that's on file for the customer.
My feature request is to also fill the VAT number field with the known EU VAT number of the customer.12 votes -
Re-check VAT number on each renewal (when WooCommerce Subscriptions is used)
When WooCommerce Subscriptions is used in combination with EU VAT Number, the VAT is checked on VIES only during the first order.
During the successive automatic renewals the VAT is NOT checked.If in the meantime the customer VAT becomes invalid (for example, the company was closed or the VAT changed without informing us) the customer will keep not be charged the VAT as it should.
3 votes -
Make a checkbox to require for a company name to be filled in if a vat number is filled in
Make a checkbox to require for a company name to be filled in if a vat number is filled in,
According to EU rules, VAT is only allowed to be exempt if the invoice is directed at a company. Not to a person.
As well, a company name - vat cross reference check might be also interesting, but i dont know if EU database allows for this.
9 votes -
Split VAT on static bundle products
Hi,
It would be nice to have VAT splitted in static product bundles extension if products have not same VAT rates.
Product bundles extension is almost great for what I want to do, but I cannot use it because of accountancy issues:
I would like to create a static bundle product with a physical book and cards, and of course a discount.
The issue is that in France (and not only), books and other products have different VAT rates.
Book : VAT = 5.5%
Cards (or other products, even downloadable book) : VAT = 20%Example:
Book = 30 €…15 votes -
Zero Rate VAT sent to Xero
Currently products that are marked as 'Zero Rate VAT' in WooCommerce show as 'No VAT' or 'Tax on Sales' in Xero, which results in incorrect VAT returns. This is bad news for businesses that have Zero Rate VAT products configured.
9 votes -
use different VAT rates in Product Add-ons
use different VAT rates in Product Add-ons, so you can combine a product of 21% VAT with an Product Add-on of 9% VAT
15 votes -
BREXIT UK VAT collection and record keeping
Dear all,
do you have any updates in plan to address issues around UK BREXIT and the signed deal?
In particular it is required, that any EU business selling goods or services to UK based customers must collect the UK VAT at the point of sale and report it to HMRC
HOWEVER there is an threshold of 135,- GBP
That means that orders with value up to 135,- GBP UK VAT must be collected by the woocommerce shop
For orders above 135,- GBP zero VAT is charged and it must be collected by the shipping company upon delivery to the…
3 votes -
Different tax rules for products consumed in the base country and products shipped abroad
For products consumed in Sweden we have to charge VAT, but for physical goods that we export within the EU, VAT should not be charged to companies providing a valid VAT-number so an option on each product to facilitate that would be great.
1 vote -
Validate VAT number on the account details page
The VAT number is only validated on the checkout page by this plugin. It'd be reasonable to validate it on the account details (my-account/edit-account) page for customers, too.
Alternatively, you could make $wceuvatmyaccount a global and then the following snippet would implement what I'm advising.
addaction('woocommercesaveaccountdetails', function ($id) {
global $wceuvatmyaccount;
try {
$user = getuserdata($id);
$wceuvatmyaccount->validate($POST['vatnumber'], $user->billingcountry);
updateusermeta($id, 'vatnumber', $POST['vatnumber']);
} catch (Exception $e) {
wcadd_notice($e->getMessage(), 'error');
}
}, 12);3 votes -
VAT in cart not so clear for customers
Any creating a B2B ecommerce website will probably find this one interesting. Basically VAT and TAX is very important in a B2B website and needs to be crystal clear. Basically business customers need to see the break down of VAT immediately and clearly as possible. Right now the products can be displayed to include VAT which is great and what most people want I am guessing. Then in the cart and checkout pages you can try to display the prices with the VAT breakdown by displaying prices excluding VAT however it just gives a VAT total at the end of…
7 votes -
Product Add-ons with different tax / VAT
For the product-addons it would be great improvement to have possibility to choose different tax / VAT for different addon.
Most often if you are selling a hotel room, and your addons are food, rental equipments etc. they share different VAT.
9 votes -
Make the VAT Number Field Label and Description translatable
Many online stores in the world are in several languages (especially when they need this VAT number plugin, which is for sales to different countries in the EU, which happens to be made up of countries which speak different languages) so it is very unfortunate if these field are not translatable. Don't look in Loco Translate or in Polylang String Translations - it is not possible to translate these user input strings. This has been confirmed by the plugin authors. I hope they include the option to translate these strings very soon so that this plugin is actually worth…
10 votes -
VAT per Item Unit calculation
Firstly here's some background; create a product for £1.66 and calculate a VAT of 20% on it while adding 36 items of this into the cart, Now the order has been broken down to have £11.95 VAT where as it should have been £11.88. This is because WooCommerce doesn't round VAT per unit so instead of 20% of £1.66 being 33p, WooCommerce takes it as 33.1944.
So with that in mind is there a way to add an option that the rounding per unit can be done for VAT calculations?
3 votes -
Option to show both ex VAT and inc VAT prices on product pages
If your sales are mainly B2B ( like mine are ) then prices should always be shown ex VAT/GST. However here in the UK if you want to list products with Google shopping then you need to show the product prices including VAT.
If I change all my prices to include VAT then business customers will be put off my the higher costs, they most likely not realise that they can knock 20% off the costs. My competitors have cart systems that show both. This should be an option within the woocommerce settings so business and retail customers…
74 votesWC > Settings > Tax has a suffix option which allows you to add an addition price as a suffix. You can add the price inc/excl tax to this area. See the tooltip for available placeholders.