For the "addtional information",
You need to replace the same file with the file in the archive included in the package added to this post.
We will do a release today with this fix.
For the shipping method selection, that's the actual behavior. The problem for now is that the default value is decided in the shipping view of the workflow but the cart data is loaded before all the views. So, the cart is not updated with the selected shipping when it is decided in the view. We could do that, but then, if the cart view is displayed before the shipping view on the same step, that would mean that the shipping would be decided but the cart already displayed would still display the price without the shipping and on clicking next, the user would go to the payment method with the price he saw plus the shipping price without seeing again the cart with the good price. In order to avoid that, the system is done like that.
That could be changed but it means we mean to decide of the default shipping method not in the views but in the controller and rework a bit the system because it would have to be done only if the shipping is on the same step than the cart, otherwise, the shipping view display would be skipped as the system would think that the shipping was already selected.... Not straight forward to do.
File Attachment:
File Name:
fields.zip
File Size:0 KB