When I login SuiteCommerce site, it goes to Dashbo...
# suitecommerce
t
When I login SuiteCommerce site, it goes to Dashboard and it shows
Missing required field: addr1
error. I checked all the code about
addr1
. But there is not code which is related required field. Also, I full searched
Missing required field
on the code of Theme, Extension, SCA But there is no keyword with that word. It works well when user is not logged in. But it doesn't work when user login. The error comes
<http://LiveOrder.Service.ss|LiveOrder.Service.ss>
Is there any idea why this happens?
s
My initial thought would be that one or more orders have fulfillments but those fulfillments don't have addresses on them, and it's throwing an error because it expects them?
t
Thanks for your comments. I will check and will be back to you shortly
I checked fulfillments and they really don't have Shipping Address. In this case, what is the solution to remove that error?
@Steve Goldberg