Disable Notification messages on the order success page

To disable the notification message on the order success page.
On the Success.phtml file add these script

<script>
    require(['jquery', 'jquery/jquery-storageapi'], function($) {
        $.cookieStorage.set('mage-messages', '');
    });
</script>

Thank you.

Leave a comment

Your email address will not be published. Required fields are marked *