@matthieu-rolland, @matks - after this pr legacy order create page is not working well.

Checked locally, that undoing this pr changes brings back the expected behavior.
_Originally posted by @zuk3975 in https://github.com/PrestaShop/PrestaShop/pull/15245#issuecomment-539958808_
The live method doesn't exist anymore, one should use the on method instead.
Here is the on method:
https://api.jquery.com/on/
Here is how to use the on method to achieve the same thing as with the live method:
$( document ).on( events, selector, data, handler );
The equivalent with the live method would be:
$( selector ).live( events, data, handler );
I'll do it.
Hi,
Same issue with develop branch

Thanks!
Also, the choose button doesn't work

Thanks!
thank you for you feedback @khouloudbelguith 馃憤