EU intracommunity Number - Tax exempt

Hello everyone,



Since we are located in EU, we had a lot of headaches with customers from EU, who were representing a company (with valid EU intra community number). Each time they wanted to purchase something from us, they had to e-mail us first their company Eu intra community number, and we had to manually make their user as tax exempt.



We decided to create this add-on and I believe it will be useful to all shops located in EU.



If your customer is from EU (European Union) and he is representing a company (has a valid EU intra community number), the VAT from his order will be automatically removed.



To put it simple, we created a profile field for this EU VAT number, and we verify it if it is valid, also we verify the shop location and customer location, and we remove the VAT if it is needed.



There are several checks made to verify if the customer has a real company and not a fake one,just to remove his VAT from orders. worth to mention is the one which is checking the validity of the number directly on [url=“Vies on-the-Web - European Commission”]http://ec.europa.eu/taxation_customs/vies/[/url] which handles EU vat numbers in real time.





For VAT e-commerce FAQ please read this : [url=“http://ec.europa.eu/taxation_customs/taxation/vat/traders/e-commerce/article_1610_en.htm”]http://ec.europa.eu/taxation_customs/taxation/vat/traders/e-commerce/article_1610_en.htm[/url]



The add-on is available for sale on our website www.cs-cart.seonid.com



Please visit our add-on detailed page, to view the table with the structure of VAT identification numbers also.



The add-on is compatible with the following cs-cart versions:

CS-Cart v2.2.2

CS-Cart v2.2.1

CS-Cart v2.1.4

CS-Cart v2.1.3



Regards,

Lucian

  • Added Company and EU vat number on pdf invoices

Provided link does not open?

[quote name='Darius' timestamp='1320747886' post='125561']

Provided link does not open?

[/quote]



Try again now.

VAT exempt add-on was updated.



Added*

  • You can choose where to install the 2 new fields (in billing information or contact information)
  • Improved the VAT number validation system
  • Added notices for customer when validating the VAT number.
  • User action is required in case the number is not valid (user cannot proceed to step 2 unless he re-validates the number or delete it)
  • B2B support (for B2B websites, the VAT number field can be made mandatory)

From the installation instructions:

[quote]The prices must be added to your shop in the following way.



Admin / Products / Products / Product price WITHOUT VAT and tick the TVA checkbox.

Admin / Shipping & Taxes / Add Tax / price includes tax must be UNCHECKED ![/quote]



I need the product price to include VAT. Is this functionality available?

[quote name='P-Pharma' timestamp='1352320194' post='148576']

From the installation instructions:





I need the product price to include VAT. Is this functionality available?

[/quote]



Not in the admin with this add-on (because of the way cs-cart works). At customer side, no problem.

Hi [color=#282828][font=arial, verdana, tahoma, sans-serif]Lucian[/font][/color],



I’m very interested in using this Add on, however i have one quick query for you.



In the first post you’ve stated that this addon is compatible with CS Cart version 2.1.4, however on the link you posted to the addon site it doesn’t mention this version being compatible.



Would this add on work with our site running CS Cart professional 2.1.4 with no problems?



Look forward to hearing your reply.





Kind Regards



Dan

~

Does this plugin also add a sentence below every ICP invoice that it is an ICP invoice based on article x of the vat directive y?

No, but in new document editor you can create a snippet

{% if u.intracom_vat and not o.tax_total %} 
{{ __("article49") }} 
{% elseif o.tax_total %}
{% else %}
{{ __("article41") }}
{% endif %}

Does this plugin also add a sentence below every ICP invoice that it is an ICP invoice based on article x of the vat directive y?

awesome thanks!