Hello Folks, I just want to show shipping address ...
# suitecommerce
r
Hello Folks, I just want to show shipping address and billing address error message at the bottom of the page. I haven't found out a way how to do that. Can Someone help me, please? Thanks in advance!
k
is this in checkout or shopping ssp?
s
The
showMessage()
method on the layout component can be used to show an error like that. You would need to add an element with a
data-view
there and then use that as the selector for where to show the message
If you want all messages to be duplicated, you could effectively duplicate the placeholder element that already exists and paste a copy where you want it. It should end up showing it again
I believe the default is
<div data-type="alert-placeholder-module"></div>