Zobacz opis w innym języku

Prestashop Sprawdzenie VAT w VIES - stawka 0% VAT

Ten moduł umożliwia weryfikację numeru VAT firmy w systemie VIES. Następnie, w zależności od wyniku weryfikacji, można zastosować stawkę VAT 0% dla firmy, która używa tego numeru VAT (jeśli adres zarejestrowanej firmy znajduje się w kraju innym niż kraj sprzedawcy). Mechanizm odwrotnego obciążenia VAT będzie stosowany tylko dla firm z ważnymi numerami VAT.

Wersja sklepu 9.x, 8.x, 1.7.x, 1.6.x PrestaShop 8.x & 9.x support Yes :-)
Dostępne wersje językowe
Wersja modułu 1.3.4
Działa z ThirtyBees Tak
Publiczna pomoc i dyskusja Porozmawiaj o tym dodatku
  • Pewne źródło pochodzenia modułu Sprawdzenie VAT w VIES - stawka 0% VAT
  • Support do modułu Sprawdzenie VAT w VIES - stawka 0% VAT
  • Bezpłatne aktualizacje modułu Sprawdzenie VAT w VIES - stawka 0% VAT
  • Otwarty kod - możliwość wprowadzania zmian Sprawdzenie VAT w VIES - stawka 0% VAT
  • Moduł Sprawdzenie VAT w VIES - stawka 0% VAT działa z PrestaShop 1.7
  • Moduł Sprawdzenie VAT w VIES - stawka 0% VAT działa z PrestaShop 1.6
  • Moduł Sprawdzenie VAT w VIES - stawka 0% VAT działa z PrestaShop 8.0

Opis modułu: Prestashop Sprawdzenie VAT w VIES - stawka 0% VAT

Jak już wiesz, ten moduł umożliwia weryfikację numeru VAT klienta w usłudze VIES, oferowanej przez Unię Europejską. Jeżeli numer VAT będzie ważny, firma, która go używa, będzie objęta mechanizmem odwrotnego obciążenia podatku. Zgodnie z prawem podatkowym, proces „odwrotnego obciążenia” polega na przeniesieniu odpowiedzialności podatkowej na nabywcę – a konkretnie, na odpowiedzialność dotyczącą VAT. W praktyce oznacza to, że nabywca rozlicza koszty związane z VAT bezpośrednio z urzędem skarbowym w kraju, w którym zarejestrowana jest firma.

VAT w Unii Europejskiej

Unia Europejska zmieniła zasady dotyczące podatku VAT, co wpływa na działalność e-commerce, jeśli jesteś z UE. Te zasady VAT dotyczą również firm z państw trzecich, które działają w państwach spoza Unii Europejskiej. Wystarczy sprzedawać klientom z Unii Europejskiej, nawet jeśli jesteś poza Europą. Mówiąc prościej, od 1 lipca 2021 roku obowiązują nowe zasady VAT (podatku od wartości dodanej) w transakcjach e-commerce w modelu B2C (biznes-konsument) w Unii Europejskiej. Zmiany te wymagają sprzedaży produktów z stawką VAT z kraju, w którym mieszka Twój klient. Jeżeli Twój klient to firma (klient z Unii Europejskiej), musisz ustawić stawkę VAT na 0%. I to jest moduł, który spełni te wymagania.

walidacja VAT VIES 0% dla stawki podatku dla firm

Jaki jest proces działania modułu?

Nasza wtyczka umożliwia weryfikację VAT na dwa sposoby. Pierwszy proces weryfikacji jest dostępny dla niezalogowanych użytkowników. Możesz aktywować nagłówek lub specjalny pasek na stronie produktu, na którym klient może kliknąć przycisk „podaj numer VAT”. Po naciśnięciu tego przycisku otworzy się okno popup z formularzem do walidacji VAT. Po wysłaniu formularza nasza wtyczka sprawdzi, czy podany numer VAT jest ważny w usłudze VIES Unii Europejskiej. Jeśli numer będzie ważny, stawki podatkowe zostaną zmienione na 0% (w ten sposób klient z tym VAT może być objęty odwrotnym obciążeniem VAT).

Druga weryfikacja jest dostępna dla zalogowanych klientów. Moduł sprawdzi adres fakturowania lub adres do faktury (możesz zdecydować o tym) zalogowanego klienta. Jeśli będzie ważny numer VAT (zweryfikowany w VIES) – ten klient będzie objęty odwrotnym obciążeniem VAT. Tak więc stawki podatkowe będą ustawione na 0%. Jeśli klient nie użyje tego VAT w czasie zakupu (jako adres do faktury) – VAT zostanie przełączony na domyślny.

Należy pamiętać, że jeśli klient jest zalogowany, jedynym numerem VAT, który będzie weryfikowany i używany przez moduł, jest numer podany przez klienta w szczegółach zamówienia jako adres do faktury.

Przykłady wykorzystania modułu: Prestashop Sprawdzenie VAT w VIES - stawka 0% VAT

Powiązane Video: Prestashop Sprawdzenie VAT w VIES - stawka 0% VAT

Aktualnie brak powiązanych klipów wideo

Opinie o module: Prestashop Sprawdzenie VAT w VIES - stawka 0% VAT

Wszystkie oceny tego modułu zostały wystawione przez klientów, którzy kupili tę wtyczkę. Jeżeli chcesz dodać swój komentarz do zakupionego modułu - poczekaj 2 tygodnie. Na maila prześlemy Ci automatyczną wiadomość kierującą do formularza który umożliwi dodanie oceny
Average grade
4.56
Silvano2023-02-07
Jimena2023-01-29
Pierre2022-12-03
Ferdinando2022-11-14
Ariadna2022-11-04
Philippe2022-07-24
Danny2022-07-03
Matheus2022-06-23
Vanessa2022-06-02

Najczęściej zadawane pytania

feature under construction

Powiązane posty z bloga

Aktualnie brak powiązanych artykulow

Sprawdzenie VAT w VIES - stawka 0% VAT Changelog - informations o aktualizacjach

Version 1.3.3

  • Resolved deprecated dynamic property creation warnings for the EuroVAT class, eliminating "Unknown error line 505" messages in the eurovat.php file. This fix addresses issues related to PHP's evolving best practices and ensures compatibility with future PHP versions. Specifically, the dynamic creation of properties `$mkey`, `$mypresta_link`, `$secure_key`, and `$fields_form` within the `eurovat` class has been corrected.
    This was not an error, but rather a notification or warning. It results from an update to the PHP environment (such as a newer PHP version) rather than an actual bug in the code. Specifically, the warning about deprecated dynamic property creation in the EuroVAT class indicates that the code is using a practice that is discouraged in recent PHP versions, but it does not mean there is a malfunction or critical issue. It is a reminder to update the code to align with current best practices and ensure future compatibility.

  • Expanded language support for enhanced accessibility. The module, which validates VAT numbers against the VIES system, is now fully translated into the following languages: English, Polish (Polski), Spanish (Español), Italian (Italiano), French (Français), Czech (Čeština), German (Deutsch), Danish (Dansk), Finnish (Suomi), Greek (Ελληνικά), Bulgarian (Български), Lithuanian (Lietuvių), Estonian (Eesti), Indian English, Hungarian (Magyar), Hindi (हिन्दी), Croatian (Hrvatski), Icelandic (Íslenska), Japanese (日本語), Dutch (Nederlands), Norwegian (Norsk), Portuguese (Português), Romanian (Română), Serbian (Српски), Russian (Русский), Swedish (Svenska), Slovenian (Slovenščina), Slovak (Slovenčina), Ukrainian (Українська), and Chinese (中文).

Version 1.3.2

  • Improved VAT number validation reliability. Each European Union member state now has its own dedicated data point for VAT number validation. This enhances accuracy and reduces reliance on potentially unreliable shared data sources.
  • Implemented service availability checks. The module now actively monitors the availability of the VAT validation service for each country. If a service outage is detected, the module displays an informative message instead of a validation result. This provides users with transparency and prevents confusion caused by temporary service disruptions.

Version 1.3.1

  • Enhanced Greek VAT number identification. The module now supports both "GR" and "EL" prefixes for Greek VAT numbers, improving accuracy and compatibility with different VAT number formats.

Version 1.3.0

  • Refined VAT identification process for improved accuracy and compatibility with the new VIES API. VAT numbers are now trimmed to remove leading and trailing whitespace characters before validation, ensuring consistent and accurate results.

Version 1.2.9

  • Updated module to maintain compatibility with changes in the VIES validation WSDL service. This update ensures continued functionality and accurate VAT number validation through the latest VIES API.

Version 1.2.8

  • Improved VATEU number check process. The module now re-validates VAT numbers whenever a customer changes their address details during checkout, ensuring accurate VAT calculations and compliance.

Version 1.2.7

  • Enhanced PHP 7.3 compatibility. Resolved potential class name conflicts to ensure seamless module operation in PHP 7.3 environments. This addresses the issue where `module::` and `Module::` were not treated as the same class, preventing potential errors and ensuring consistent functionality.

Version 1.2.6

  • Improved VAT number formatting and validation. The module now formats VAT numbers correctly before sending requests to the VIES service, ensuring accurate validation results. This addresses inconsistencies in VAT number formatting which could previously lead to incorrect validation results.
  • Streamlined back-office order creation. When an administrator creates an order with a valid VAT number, prices are now automatically VAT-exempt, simplifying order management and ensuring accurate pricing.

Version 1.2.5

  • Improved checkout workflow for a smoother and more efficient customer experience. Specific details of the improvements are not provided in the original changelog.

Version 1.2.4

  • Added support for the `displayCustomHtml` hook, enabling compatibility with the sp_topdeals theme.

Version 1.2.3

  • Improved the saving process of configuration fields within the shop's back office, ensuring settings are saved reliably and consistently.

Version 1.2.2

  • Extended compatibility to include PrestaShop 1.6.x releases and Thirty Bees, allowing more merchants to benefit from the module's functionality.

Version 1.2.1

  • Added a configurable option to determine which address (delivery or invoice) will be used for reverse charge VAT validation, providing flexibility and control over the VAT calculation process.

Version 1.2.0

  • Improved module workflow to resolve potential conflicts and ensure smooth operation within the shop's back office.

Version 1.1.0

  • Added an optional VAT validation form to the product page, providing customers with instant VAT number verification and potentially improving the checkout experience.

Version 1.0.0

  • Initial release of the module on the MyPresta Addons marketplace.
Cena modułu
79.99 €
59.99 €
Najniższa cena z ostatnich 30 dni: 59.99 €
Dodaj do koszyka

Sprawdź demo online

To jest strona demo z modułem. Możesz sprawdzić swój numer VAT będąc niezalogowanym. W zalezności od rezultatu - zostanie włączone odwrotne obciążenie lub nie. Możesz również sprawdzić działanie logując się do konta klienta i składając zamówienie (wówczas sprawdzony zostanie numer VAT wprowadzony jako adres billingowy)

Galeria Modułu