NKoonen / vatchecker

[Prestashop]Checks if customer has a valid VAT number, and then puts the customer a specific group.
https://customs-documents.com
BSD 3-Clause "New" or "Revised" License
34 stars 15 forks source link

Prestashop 8 compatibility #44

Closed felixd closed 6 months ago

felixd commented 6 months ago

I am not able to install module on Prestashop 8.1.x (8.1.5 exactly).

NKoonen commented 6 months ago

Can you elaborate? Can you share the error you are getting?

felixd commented 6 months ago

No more errors.

I have downloaded ZIP of this repo and I am trying to install it as a module.

Maybe that's what I am doing wrong.

image

NKoonen commented 6 months ago

To install the plugin directly from the Github zip you would have to do a couple of steps.

  1. Download the plugin (zip file)
  2. Extract the module on your computer locally
  3. Rename the folder from "vatchecker-master" TO "vatchecker"
  4. Right click the "vatchecker" folder and rezip it (make a zip file from it)
  5. Use the newly created zip file.

As an alternative you could download it here.

felixd commented 6 months ago

Thank You for your update. I have merged Your instructions with README.md file and also I have corrected some descriptions of Your module together with full pl_PL transation.

Pull request: #45

Keep the good work!

BTW: Have You considered using GitHub Releases?