diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index ea233565e..98ab49ddf 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -351,7 +351,7 @@ $.ajax({ type:"POST", url: "{$link->getAdminLink('AdminCarts')}", - async: true, + async: false, dataType: "json", data : { ajax: "1", @@ -467,7 +467,7 @@ $.ajax({ type:"POST", url : "{$link->getAdminLink('AdminCarts')}", - async: true, + async: false, dataType: "json", data : { ajax: "1",