Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/21/2025 in all areas

  1. This module is all you need for intra-Community supply orders. The module does the following: Automatically checks an VAT number for delivery address Checks if it's a valid VAT number on the official VIES database Gives 0% tax if a VAT is verified Optionally assign a customer group if a valid VAT was provided Properly adds the 0% tax on the invoice Allows you to disable 0% for specific products Validates the company name matches the VAT number in the VIES database Optionally also sets the carrier tax to 0% when a valid VAT number has been provided In the settings of the module you fill in your companies Origin Country. Because you can't ship with 0% tax in the same country your company is based. Every order is checked for their shipping address, NOT the invoice address. Since the VIES database has some reoccurring offline time, there is an option in how to handle this. Also keep in mind that not every country provides the company name when validating name/vat combination. Prestashop 1.7 - 8 - 9 Download: vatchecker.zip Got any ideas or updates? Feel free to commit on GIT. Latest minor version release: 3.1.4 Like my work? Consider donating here.
    1 point
  2. Hello, just a note for 1.7.7.x search a lot time for find this almost all admin files chanced src/Core/Grid/Query/OrderQueryBuilder.php find private function getCustomerField() { return 'CONCAT(LEFT(cu.`firstname`, 1), \'. \', cu.`lastname`)'; } replace private function getCustomerField() { return 'CONCAT(cu.`firstname`, \' \', cu.`lastname`)'; } bests...
    1 point
×
×
  • Create New...