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

remove the use of override using a solution similar to vatnumber module #31

Closed maofree closed 12 months ago

maofree commented 1 year ago

Hi is it possible to remove the override solution using the same solution of vatnumber module? with the hook actionTaxManager and extends TaxManagerModule instead of extends Module?

https://github.com/PrestaShop/vatnumber

now I've seen another module that use the same solution of vatnumber

thanks

NKoonen commented 12 months ago

I'm sorry this a specific use case. You can always merge these two overrides for your project. For now this is not planned.