Thanks for the report; I've created a GitHub issue to track the required change: https://github.com/lat9/vat4eu/issues/50
Thanks for the report; I've created a GitHub issue to track the required change: https://github.com/lat9/vat4eu/issues/50
Actually, if that field's missing that implies a possible misconfiguration, since VAT4EU's observer should have inserted some jQuery that will add the vat_number entry field to those forms.
What template is in use and is the configuration setting Customer Details :: Company set to true?
Customer Details :: Company ('ACCOUNT_COMPANY' key) is set to falseWhat template is in use and is the configuration setting Customer Details :: Company set to true?
(I do put corporate customers having EU-VAT-# manually from Admin )
I use my own template (but this does no matter here, I think)
v4.0.1 of "VAT4EU" is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2164
This release contains changes associated with GitHub issue #50 (Correct PHP Warning when VAT Number isn't submitted with address-change form).
v4.0.2 of VAT4EU is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2164
This release contains changes associated with these GitHub issues:
#51: Callback to parent class on install/upgrade/uninstall to prevent potential PHP logs.
- Note: Also requires core-file changes as described in this (https://gist.github.com/lat9/9deb64d3325081d18bb0db5534bcf142#ensure-core-updates-are-applied") GitHub gist.
#52: Correct PHP Fatal error when trying to uninstall the plugin.
ScriptedInstaller.php line 106:
Code:parent::executeUpgrade($oldVersion);