Hi everyone, Is there any method to retrieve all t...
# suitecommerce
l
Hi everyone, Is there any method to retrieve all the shipping and billing addresses from the checkout in order to show/hide specific addresses?
s
You can use the UserProfile component to get the current user's addresses. If you want to mess with the data flow before they render on the page then you'll likely need to mess with the core module that does that.
👍 1