diff --git a/themes/prestashop/js/order-opc.js b/themes/prestashop/js/order-opc.js index 725f57b50..4ac7bdb4e 100755 --- a/themes/prestashop/js/order-opc.js +++ b/themes/prestashop/js/order-opc.js @@ -593,7 +593,7 @@ $(function() { $.ajax({ type: 'POST', url: orderOpcUrl, - async: true, + async: false, cache: false, dataType : "json", data: 'ajax=true&method=updateMessage&message=' + encodeURIComponent($('#message').val()) + '&token=' + static_token ,