skip to Main Content

Magento 2 Checkout – dynamically populated dropdown in shippment method section

I am programming a custom shipping method (store pickup). I added an additional Dropdown Menu with this tutorial: https://zanetabaran.com/how-to-in-magento-2-how-to-add-additional-dropdown-with-options-based-on-selected-shipping-methods-in-the-checkout/ The Values from the dropdown are static at the moment, coming from a js-File from my module-> Pastebin updateDropdownValues: function(method) {…

VIEW QUESTION
Back To Top
Search