Hello all
In the Shipping.cshtml template, the shipping methods body block has an incorrect ID name of "BillingAddressBody" instead of "ShippingMethodsBody".
The same is true for the header which instead of being named "ShippingMethodHeader", it is named "BillingAddressHeader"
We are running into issues, where we want to replace the RenderShipping helper with a custom one and can't just replace the "BillingAddressBody" block because there are two blocks with the same ID in the Step 2 page: one coming from the cited Shipping.cshtml and another from the BillingAddress.cshtml template and it is this last one that is replaced.
It might help having a more specific ID name for the shipping methods block.
Thanks