When setting the "Recalculate shipping costs after editing the order" option to Yes, the shipping cost are recalculated when editing the order in BO when the price of the order exceeds the carrier's "limit" but not instantly, we need to refresh the page

When we refresh the page

Steps to reproduce the behavior:

Thanks for opening this issue! We will help you to keep its state consistent
Ping @jolelievre could be fixed with this PR: https://github.com/PrestaShop/PrestaShop/pull/20903?
Thanks!
Hi @khouloudbelguith
it is not directly related, I think what is missing here is just an ajax update of this carrier tab.
But yes, I think it's pertinent to add this small fix to the already existing PR indeed, I have to finish fixing another tricky bug but I'll add this to the PR right after.
Thank you
Hi @khouloudbelguith,
I looked into the carrier update to see if I could integrate it easily in my PR, but no ajax update
of this part of the page exists currently. So it requires a bit of additional javascript and probably
a new Controller to fetch the appropriate formatted data.
So I think it's safer to handle this bug in a dedicated PR. Although it should probably be done
after the #20903 is merged.
For a patch version instead of 1.7.7.
Hi!
Other steps to reproduce the issue:

Thanks!