cancel
Showing results for 
Search instead for 
Did you mean: 

Make shipping tab in checkout more extensible

0 Kudos

Make shipping tab in checkout more extensible

Right now Shipping Address and Shipping Methods are in the same JavaScript uiComponent.  This is fine for the most part, unless you want to add additional sections between them.

 

This would be as easy as adding a new region foreach between the shipping address and shipping method sections of checkout\shipping.html

2 Comments
Navarr
M2 Certified

Right now the workaround is to do a Magento requirejs mixin to the ui component for shipping, tell it to use a different template, and then override the entire shipping template.

 

Obviously this can and will create problems when you've got more than two extensions that want to modify that template.

Anton_Kril
Adobe Team

We got this request a couple of times already, so it's captured in backlog.