PrestaShop / vatnumber

Enables you to enter the intra-community VAT number when creating the address.
https://www.prestashop.com
Academic Free License v3.0
6 stars 42 forks source link

European VAT module bugs #19

Open Hlavtox opened 4 years ago

Hlavtox commented 4 years ago

Hi, it would be very useful to give some love to vatnumber module. It's a necessity for european merchants.

Validation service availability

If you enable VAT number validation via VIES and the service is not available, you are unable to save an adress or finish the order in case of OPC checkouts.

Fallback should be implemented and the VAT number accepted, if the service could not be contacted in X tries.

Tax label display

If you have VAT number filled in your current customer's adress and you are liable to zero VAT, Prestashop displays the prices in the store without VAT.

Tax label (if enabled) is still showing as tax incl.. This is very confusing. In my opinion, it should display exempt of VAT.

prestashop-issue-bot[bot] commented 4 years ago

Thanks for opening this issue! We will help you to keep its state consistent

HartLarsson commented 4 years ago

@Hlavtox you can suggest here: https://github.com/PrestaShop/vatnumber your request too. Is the official Repository for the module.

matks commented 4 years ago

@Hlavtox you can suggest here: https://github.com/PrestaShop/vatnumber your request too. Is the official Repository for the module.

But the issues are closed on https://github.com/PrestaShop/vatnumber 😉

sarahdib commented 4 years ago

@Hlavtox

  1. I reproduce validation service availability bug : Capture d’écran 2020-06-09 à 14 56 04

    Step to reproduce :

Back office

  1. install VAT number module
  2. select for france the validation of the vat by webservice

Front office

  1. create an account and try to add an address with a vat number
  2. see the error

  1. Tax label display -> @Junebyun could you check this wording ? If you have VAT number filled in your current customer's adress and you are liable to zero VAT, Prestashop displays the prices in the store without VAT. Tax label (if enabled) is still showing as tax incl.. This is very confusing. In my opinion, it should display exempt of VAT.
Hlavtox commented 4 years ago

@sarahdib Thanks Sarah for checking! :-)

Guys, now a question to think about: Is it necessary to show prices without VAT in the store, if the customer is liable to 0 VAT? Doesn't it only complicate things?

I have never seen it in any other store. Usually it only removes the tax during checkout, but the product lists and product pages stay the same.

I think it would make everything easier and less prone to errors. Faceted search does not work correctly as itself (no offense @PierreRambaud 😄), and two styles of price display complicate it even more.

What do you think?

PierreRambaud commented 4 years ago

@sarahdib Thanks Sarah for checking! :-)

Guys, now a question to think about: Is it necessary to show prices without VAT in the store, if the customer is liable to 0 VAT? Doesn't it only complicate things?

I have never seen it in any other store. Usually it only removes the tax during checkout, but the product lists and product pages stay the same.

I think it would make everything easier and less prone to errors. Faceted search does not work correctly as itself (no offense @PierreRambaud ), and two styles of price display complicate it even more.

What do you think?

I can't agree more :sweat_smile: I was only the one who refactors a little this module ^^

Junebyun commented 4 years ago

Hi guys, like you said @sarahdib the tax incl text could be confusing. So I would display it as exempt of VAT. Thus:

If you have VAT number filled in your current customer's address and you are liable to zero VAT, Prestashop will display the prices without VAT in the shop.

As for the Tax label (if enabled) it will be exempt of VAT

But I prefer the second option which would be to not show prices without VAT in the shop, it will will make the whole process easier without having to show several messages!

Hlavtox commented 4 years ago

@PierreRambaud Will it be hard to disable price-changing in FO? We wouldn't need to do anything with the labels then.

m4dh commented 3 years ago

Also very important issue !

hibatallahAouadni commented 3 years ago

Ping @marionf I can see that you removed this issue from the Native Modules Integration, so where we should put it? :sweat_smile: Should we create a new EPIC for the VAT module?