Question

I am facing a strange issue while adding Customer, I had filled all the fields in the customer form including Zipcode but still, I am getting error

"Zip/Postal Code" is a required value.

enter image description here

In my form all fields are field. I tried to remove this error by making postal code field optional from Magento configuration:

Store -> General -> Zip/Postal Code is Optional for

but no luck.

Please help me!

Was it helpful?

Solution 2

Some vendor class or module has been changed, Run this command:

composer update

then run:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush

OTHER TIPS

Try to remove cache:

   php bin/magento cache:clean
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top