Problem/Motivation
As of https://git.drupalcode.org/project/commerce_shipping/-/commit/53d1da3ac3... we are able to modify the "There are no shipping rates available for this address." message in commerce_shipping. We should be able to do the same in commerce_cart_estimate.
Furthermore, logging an error, when there are no shipping methods available is not correct, as through the commerce conditions, there are cases, where there are no compatible shipping methods. Therefore, it is canonically allowed to have no shipping methods available.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork commerce_cart_estimate-3512001
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
grevil commentedDone! Please review!
Comment #4
anybodyThanks @grevil, looks good to me. This goes one step further instead of only making the message configurable.
So the maintainers should decide, if this is fine for them (while I think it makes sense for more flexibility and styling) or if only the message text should be configurable.
Comment #6
jsacksick commentedThank you, merged.