Paazl / magento2-checkout-widget

6 stars 15 forks source link

Added rework of adding the shippingAdditional section #35

Closed duckchip closed 4 years ago

duckchip commented 4 years ago

This PR changes the way how the shippingAdditional section is implemented. And allows other third party modules to add their data to the section.

This fixes issue #34

Marvin-Magmodules commented 4 years ago

Hi @duckchip, thank you for opening this PR!

We've gone a bit further and removed the component widget-config from the layout. We could initialize it on demand. Also made some refactoring of the component in order to work without being initiated via layout. This is implemented since version 1.2.0. Sorry for the late reply on this PR. Thanks again for the time spent on this as this helped a lot to look into this issue.