You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to Configuration > Customers > Customer Configuration
Switch to "Main Website" scope
Set the "Show VAT Number on Storefront" value to "Yes"
Save Config
Expected result
vendor/magento/module-customer/Helper/Address.php:369 should retrieve customer/create_account/vat_frontend_visibility using the websites scope as the config gets saved in the database using the websites scope.
Actual result
vendor/magento/module-customer/Helper/Address.php:369 retrieves customer/create_account/vat_frontend_visibility using the store scope which (I think) makes it fall back to the default scope.
I worked around this issue by setting the customer/create_account/vat_frontend_visibility using the stores scope manually in the core_config_data table.
The text was updated successfully, but these errors were encountered:
Hi.
1)Could you check the issue on the last verson of Magento (2.1.7)?
2) Please provide more information in case that isse still exists about exeprected/actual results. Maybe some visual information/screenshot with the trouble.
According to contributor guide, tickets without response for two weeks should be closed.
If this issue still reproducible please feel free to create the new one: format new issue according to the Issue reporting guidelines: with steps to reproduce, actual result and expected result and specify Magento version.
Preconditions
Steps to reproduce
Expected result
Actual result
I worked around this issue by setting the customer/create_account/vat_frontend_visibility using the stores scope manually in the core_config_data table.
The text was updated successfully, but these errors were encountered: