Open jakwinkler opened 1 year ago
Hi @qsolutions-pl. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Description
When a payment method is added on the checkout page, it renders its children automatically:
However, for the shipping methods, there is no such option and in my personal opinion, that feature is missing from the platform.
This can be achieved by adding this to
shipping-method-item.html
template:By having this in knockout.JS tempate, you can add a uiComponent by XML like this:
FOr reference: this is how payment methods do it:
Expected behavior
Benefits
Additional information
This can be implemented just by simple
shipping-method-item.html
template modification. Would require some information for developers and some samples how easy it is to create UiComponents for shipping methods.Release note
No response