Hello community,
for our customer we have to make some changes for the custom theme including a JavaScript manipulation of the one page checkout. The exakt position is the part with the id "co-shipping-form". The developer of the theme already arranged the /default/Magento_Checkout/web/js/view/shipping-mixin.js which sadly loads before the address part of the checkout.
So I need the part that loads after the address part is loaded. Which mixin would be the one for that? Is is even possible with the magento_checkout default given ones?
Thanks for any help.