Does anyone know how to make the billing and shipp...
# suitecommerce
m
Does anyone know how to make the billing and shipping addresses in website disabled so the customers cannot change or delete the main account addresses? We still want them to be able to add a new address, especially since we deliver to jobsites. However, as of now, customers are able to change the main account email and phone number as well.
s
There's no straightforward way to do this so I think there's two things you would need to do: 1. Write some JavaScript which hides/removes/disables those buttons and fields from being used 2. Write some scripts to validate that the address hasn't been changed, and to reject any attempts to change them
The first part is probably quite easy, the second a bit harder
m
Thanks, since I am only a beginner learning JavaScript I will need to find someone to help me with these items.