cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Customer Checkout Plugin FP16 Pop-up message not showing

289

screenshot2023-09-12103106.pngHello community, Recently we have upgraded the CCO to the latest version (FP16). On the older version, we were using the old UI for our pop-up messages, but for the new version we switched to the new UI, but the pop-up messages are not showing. We used the attached code as the documentation suggested, but still no good.

Any help would be appreciated. Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

fynn_henck
Associate
Associate
0 Kudos

Hi Mutaz,

if you just want to show a Message-Box try using the following:

UiMessageHandler.INSTANCE.showMessageBox("Message");

If you want to show an error-message:

UiMessageHandler.INSTANCE.showMessageBox("Message", true);

I hope this helps. 🙂