문제

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!

도움이 되었습니까?

해결책 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

다른 팁

Try to remove cache:

   php bin/magento cache:clean
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top